Html Css Color HEX #A1ADE1 Perano

📋 copy color: '#A1ADE1'

red 161 ◦ green 173 ◦ blue 225

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

Shades of Perano #A1ADE1

Tints of Perano #A1ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 28.8%
G = 30.95%
B = 40.25%

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

#A1ADE1 (or 0xA1ADE1) is known color: Perano. HEX triplet: A1, AD and E1. RGB value is (161,173,225). Sum of RGB (Red+Green+Blue) = 161+173+225=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADE1 is #5E521E. Grayscale: #AFAFAF. Windows color (decimal): -6181407 or 14790049. OLE color: 14790049.

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

Color convert

RGB 161 173 225 -
CMYK 0.28 0.23 0 0.12
HSL 228.75º 0.52% 0.76% -
HSV(B) 228.75º 0.28% 0.88% -
XYZ 43.23 42.9 77.24 -
YUV 175.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 161 173 225 0.28 0.23 0 0.12 228.75 0.52 0.76
Hex A1 AD E1 1C 17 0 C E5 34 4C
Octal 241 255 341 34 27 0 14 345 64 114
Binary 10100001 10101101 11100001 11100 10111 0 1100 11100101 110100 1001100

Color Harmonies of #A1ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADE1

Black with #A1ADE1

Text Example


Text Example

White with #A1ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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