#A4AFF4

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

Shades of Perano #A4AFF4

Tints of Perano #A4AFF4

Color information

#A4AFF4 (or 0xA4AFF4) is unknown color: approx Perano. HEX triplet: A4, AF and F4. RGB value is (164,175,244). Sum of RGB (Red+Green+Blue) = 164+175+244=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #A4AFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFF4 is #5B500B. Grayscale: #B3B3B3. Windows color (decimal): -5984268 or 16035748. OLE color: 16035748.

HSL color Cylindrical-coordinate representation of color #A4AFF4: hue angle of 231.75º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4AFF4 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164175244-
CMYK0.330.2800.04
HSL231.75º78.43%80%-
HSV(B)231.75º32.79%95.69%-
XYZ46.9745.0891.81-
YUV179.58164.36116.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.13%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 244 (95.70% from 255) = 41.85%
R=28.13%
G=30.02%
B=41.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641752440.330.2800.04231.7578.4380
HexA4AFF4211C04e84e50
Octal244257364413404350116120
Binary1010010010101111111101001000011110001001110100010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFF4; }

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

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

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

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

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

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

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

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