Html Css Color HEX #A4ADE7 Perano

📋 copy color: '#A4ADE7'

red 164 ◦ green 173 ◦ blue 231

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

Shades of Perano #A4ADE7

Tints of Perano #A4ADE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.67%

R = 28.87%
G = 30.46%
B = 40.67%

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

#A4ADE7 (or 0xA4ADE7) is known color: Perano. HEX triplet: A4, AD and E7. RGB value is (164,173,231). Sum of RGB (Red+Green+Blue) = 164+173+231=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #A4ADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADE7 is #5B5218. Grayscale: #B0B0B0. Windows color (decimal): -5984793 or 15183268. OLE color: 15183268.

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

Color convert

RGB 164 173 231 -
CMYK 0.29 0.25 0 0.09
HSL 231.94º 0.58% 0.77% -
HSV(B) 231.94º 0.29% 0.91% -
XYZ 44.68 43.55 81.65 -
YUV 176.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 164 173 231 0.29 0.25 0 0.09 231.94 0.58 0.77
Hex A4 AD E7 1D 19 0 9 E8 3A 4D
Octal 244 255 347 35 31 0 11 350 72 115
Binary 10100100 10101101 11100111 11101 11001 0 1001 11101000 111010 1001101

Color Harmonies of #A4ADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADE7

Black with #A4ADE7

Text Example


Text Example

White with #A4ADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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