Html Css Color HEX #A0ABED Perano

📋 copy color: '#A0ABED'

red 160 ◦ green 171 ◦ blue 237

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

Shades of Perano #A0ABED

Tints of Perano #A0ABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 28.17%
G = 30.11%
B = 41.73%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0ABED (or 0xA0ABED) is known color: Perano. HEX triplet: A0, AB and ED. RGB value is (160,171,237). Sum of RGB (Red+Green+Blue) = 160+171+237=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABED is #5F5412. Grayscale: #AEAEAE. Windows color (decimal): -6247443 or 15575968. OLE color: 15575968.

HSL color Cylindrical-coordinate representation of color #A0ABED: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ABED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 171 237 -
CMYK 0.32 0.28 0 0.07
HSL 231.43º 0.68% 0.78% -
HSV(B) 231.43º 0.32% 0.93% -
XYZ 44.35 42.71 86.03 -
YUV 175.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 160 171 237 0.32 0.28 0 0.07 231.43 0.68 0.78
Hex A0 AB ED 20 1C 0 7 E7 44 4E
Octal 240 253 355 40 34 0 7 347 104 116
Binary 10100000 10101011 11101101 100000 11100 0 111 11100111 1000100 1001110

Color Harmonies of #A0ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABED

Black with #A0ABED

Text Example


Text Example

White with #A0ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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