Html Css Color HEX #A0ABE9 Perano

📋 copy color: '#A0ABE9'

red 160 ◦ green 171 ◦ blue 233

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

Shades of Perano #A0ABE9

Tints of Perano #A0ABE9

RGB

 RED value IS 160 (62.89% from 255) = 28.37%

 GREEN value IS 171 (67.19% from 255) = 30.32%

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 28.37%
G = 30.32%
B = 41.31%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0ABE9 (or 0xA0ABE9) is known color: Perano. HEX triplet: A0, AB and E9. RGB value is (160,171,233). Sum of RGB (Red+Green+Blue) = 160+171+233=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0ABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABE9 is #5F5416. Grayscale: #AEAEAE. Windows color (decimal): -6247447 or 15313824. OLE color: 15313824.

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

Color convert

RGB 160 171 233 -
CMYK 0.31 0.27 0 0.09
HSL 230.96º 0.62% 0.77% -
HSV(B) 230.96º 0.31% 0.91% -
XYZ 43.77 42.48 82.98 -
YUV 174.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 160 171 233 0.31 0.27 0 0.09 230.96 0.62 0.77
Hex A0 AB E9 1F 1B 0 9 E7 3E 4D
Octal 240 253 351 37 33 0 11 347 76 115
Binary 10100000 10101011 11101001 11111 11011 0 1001 11100111 111110 1001101

Color Harmonies of #A0ABE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABE9

Black with #A0ABE9

Text Example


Text Example

White with #A0ABE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABE9; }

 p { color: rgb(160,171,233); }

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

background-color css

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

 a { background-color: rgb(160,171,233); }

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

border-color css

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

 span { border-color: rgb(160,171,233); }

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