#A4AFFF

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

Shades of Perano #A4AFFF

Tints of Perano #A4AFFF

Color information

#A4AFFF (or 0xA4AFFF) is unknown color: approx Perano. HEX triplet: A4, AF and FF. RGB value is (164,175,255). Sum of RGB (Red+Green+Blue) = 164+175+255=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFF is #5B5000. Grayscale: #B4B4B4. Windows color (decimal): -5984257 or 16756644. OLE color: 16756644.

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

Color convert

RGB164175255-
CMYK0.360.3100
HSL232.75º100%82.16%-
HSV(B)232.75º35.69%100%-
XYZ48.6945.77100.88-
YUV180.83169.86116-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 255 (100% from 255) = 42.93%
R=27.61%
G=29.46%
B=42.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641752550.360.3100232.7510082.16
HexA4AFFF241F00e96452
Octal244257377443700351144122
Binary10100100101011111111111110010011111001110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFFF; }

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

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

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

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

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

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

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

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