Html Css Color HEX #A4ADE8 Perano

📋 copy color: '#A4ADE8'

red 164 ◦ green 173 ◦ blue 232

#A4ADE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A4ADE8

Tints of Perano #A4ADE8

RGB

 RED value IS 164 (64.45% from 255) = 28.82%

 GREEN value IS 173 (67.97% from 255) = 30.4%

 BLUE value IS 232 (91.02% from 255) = 40.77%

R = 28.82%
G = 30.4%
B = 40.77%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A4ADE8 (or 0xA4ADE8) is known color: Perano. HEX triplet: A4, AD and E8. RGB value is (164,173,232). Sum of RGB (Red+Green+Blue) = 164+173+232=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4ADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADE8 is #5B5217. Grayscale: #B0B0B0. Windows color (decimal): -5984792 or 15248804. OLE color: 15248804.

HSL color Cylindrical-coordinate representation of color #A4ADE8: hue angle of 232.06º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4ADE8 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 173 232 -
CMYK 0.29 0.25 0 0.09
HSL 232.06º 0.6% 0.78% -
HSV(B) 232.06º 0.29% 0.91% -
XYZ 44.82 43.61 82.4 -
YUV 177.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 164 173 232 0.29 0.25 0 0.09 232.06 0.6 0.78
Hex A4 AD E8 1D 19 0 9 E8 3C 4E
Octal 244 255 350 35 31 0 11 350 74 116
Binary 10100100 10101101 11101000 11101 11001 0 1001 11101000 111100 1001110

Color Harmonies of #A4ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADE8

Black with #A4ADE8

Text Example


Text Example

White with #A4ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADE8; }

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

 H1.HeaderClassName
 {
   color: #A4ADE8;
 }
 .AnyTagClassName
 {
   color: #A4ADE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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