#A4ADFE

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

Shades of Perano #A4ADFE

Tints of Perano #A4ADFE

Color information

#A4ADFE (or 0xA4ADFE) is unknown color: approx Perano. HEX triplet: A4, AD and FE. RGB value is (164,173,254). Sum of RGB (Red+Green+Blue) = 164+173+254=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADFE is #5B5201. Grayscale: #B3B3B3. Windows color (decimal): -5984770 or 16690596. OLE color: 16690596.

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

Color convert

RGB164173254-
CMYK0.350.3200.00
HSL234º97.83%81.96%-
HSV(B)234º35.43%99.61%-
XYZ48.1444.9499.9-
YUV179.54170.02116.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=27.75%
G=29.27%
B=42.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641732540.350.3200.0023497.8381.96
HexA4ADFE232000ea6252
Octal244255376434000352142122
Binary101001001010110111111110100011100000001110101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADFE; }

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

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

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

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

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

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

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

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