#A498FF

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

Shades of Perano #A498FF

Tints of Perano #A498FF

Color information

#A498FF (or 0xA498FF) is unknown color: approx Perano. HEX triplet: A4, 98 and FF. RGB value is (164,152,255). Sum of RGB (Red+Green+Blue) = 164+152+255=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A498FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498FF is #5B6700. Grayscale: #A6A6A6. Windows color (decimal): -5990145 or 16750756. OLE color: 16750756.

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

Color convert

RGB164152255-
CMYK0.360.4000
HSL246.99º100%79.8%-
HSV(B)246.99º40.39%100%-
XYZ44.5937.5799.51-
YUV167.33177.48125.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 255 (100% from 255) = 44.66%
R=28.72%
G=26.62%
B=44.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641522550.360.4000246.9910079.8
HexA498FF242800f76450
Octal244230377445000367144120
Binary101001001001100011111111100100101000001111011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498FF; }

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

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

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

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

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

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

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

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