#A498FE

Color #A498FE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A498FE

Tints of Perano #A498FE

Color information

#A498FE (or 0xA498FE) is unknown color: approx Perano. HEX triplet: A4, 98 and FE. RGB value is (164,152,254). Sum of RGB (Red+Green+Blue) = 164+152+254=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #A498FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498FE is #5B6701. Grayscale: #A6A6A6. Windows color (decimal): -5990146 or 16685220. OLE color: 16685220.

HSL color Cylindrical-coordinate representation of color #A498FE: hue angle of 247.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A498FE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164152254-
CMYK0.350.4000.00
HSL247.06º98.08%79.61%-
HSV(B)247.06º40.16%99.61%-
XYZ44.4337.598.66-
YUV167.22176.98125.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=28.77%
G=26.67%
B=44.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641522540.350.4000.00247.0698.0879.61
HexA498FE232800f76250
Octal244230376435000367142120
Binary101001001001100011111110100011101000001111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498FE; }

 p { color: rgb(164,152,254); }

 H1.HeaderClassName
 {
   color: #A498FE;
 }
 .AnyTagClassName
 {
   color: #A498FE;
 }
</style>
background-color css

<style>
 a { background-color: #A498FE; }

 a { background-color: rgb(164,152,254); }

 div.DivClassName
 {
   background-color: #A498FE;
 }
 .BgClassName
 {
   background-color: #A498FE;
 }
</style>
border-color css

<style>
 span { border-color: #A498FE; }

 span { border-color: rgb(164,152,254); }

 td.TdClassName
 {
   border-color: #A498FE;
 }
 .TagClassName
 {
   border-color: #A498FE;
 }
</style>