Html Css Color HEX #A0ABE7 Perano

📋 copy color: '#A0ABE7'

red 160 ◦ green 171 ◦ blue 231

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

Shades of Perano #A0ABE7

Tints of Perano #A0ABE7

RGB

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

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

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

R = 28.47%
G = 30.43%
B = 41.1%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0ABE7 (or 0xA0ABE7) is known color: Perano. HEX triplet: A0, AB and E7. RGB value is (160,171,231). Sum of RGB (Red+Green+Blue) = 160+171+231=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0ABE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABE7 is #5F5418. Grayscale: #AEAEAE. Windows color (decimal): -6247449 or 15182752. OLE color: 15182752.

HSL color Cylindrical-coordinate representation of color #A0ABE7: hue angle of 230.7º degrees, saturation: 0.6, 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 #A0ABE7 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 171 231 -
CMYK 0.31 0.26 0 0.09
HSL 230.7º 0.6% 0.77% -
HSV(B) 230.7º 0.31% 0.91% -
XYZ 43.48 42.37 81.49 -
YUV 174.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 160 171 231 0.31 0.26 0 0.09 230.7 0.6 0.77
Hex A0 AB E7 1F 1A 0 9 E7 3C 4D
Octal 240 253 347 37 32 0 11 347 74 115
Binary 10100000 10101011 11100111 11111 11010 0 1001 11100111 111100 1001101

Color Harmonies of #A0ABE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABE7

Black with #A0ABE7

Text Example


Text Example

White with #A0ABE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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