Html Css Color HEX #A1ADE0 Perano

📋 copy color: '#A1ADE0'

red 161 ◦ green 173 ◦ blue 224

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

Shades of Perano #A1ADE0

Tints of Perano #A1ADE0

RGB

 RED value IS 161 (63.28% from 255) = 28.85%

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 28.85%
G = 31%
B = 40.14%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A1ADE0 (or 0xA1ADE0) is known color: Perano. HEX triplet: A1, AD and E0. RGB value is (161,173,224). Sum of RGB (Red+Green+Blue) = 161+173+224=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADE0 is #5E521F. Grayscale: #AFAFAF. Windows color (decimal): -6181408 or 14724513. OLE color: 14724513.

HSL color Cylindrical-coordinate representation of color #A1ADE0: hue angle of 228.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1ADE0 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 173 224 -
CMYK 0.28 0.23 0 0.12
HSL 228.57º 0.5% 0.75% -
HSV(B) 228.57º 0.28% 0.88% -
XYZ 43.1 42.85 76.52 -
YUV 175.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 161 173 224 0.28 0.23 0 0.12 228.57 0.5 0.75
Hex A1 AD E0 1C 17 0 C E5 32 4B
Octal 241 255 340 34 27 0 14 345 62 113
Binary 10100001 10101101 11100000 11100 10111 0 1100 11100101 110010 1001011

Color Harmonies of #A1ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADE0

Black with #A1ADE0

Text Example


Text Example

White with #A1ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADE0; }

 p { color: rgb(161,173,224); }

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

background-color css

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

 a { background-color: rgb(161,173,224); }

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

border-color css

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

 span { border-color: rgb(161,173,224); }

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