Html Css Color HEX #A0ABFE Perano

📋 copy color: '#A0ABFE'

red 160 ◦ green 171 ◦ blue 254

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

Shades of Perano #A0ABFE

Tints of Perano #A0ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 27.35%
G = 29.23%
B = 43.42%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0ABFE (or 0xA0ABFE) is known color: Perano. HEX triplet: A0, AB and FE. RGB value is (160,171,254). Sum of RGB (Red+Green+Blue) = 160+171+254=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABFE is #5F5401. Grayscale: #B0B0B0. Windows color (decimal): -6247426 or 16690080. OLE color: 16690080.

HSL color Cylindrical-coordinate representation of color #A0ABFE: hue angle of 232.98º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ABFE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 171 254 -
CMYK 0.37 0.33 0 0.00
HSL 232.98º 0.98% 0.81% -
HSV(B) 232.98º 0.37% 1% -
XYZ 46.95 43.76 99.74 -
YUV 177.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 160 171 254 0.37 0.33 0 0.00 232.98 0.98 0.81
Hex A0 AB FE 25 21 0 0 E9 62 51
Octal 240 253 376 45 41 0 0 351 142 121
Binary 10100000 10101011 11111110 100101 100001 0 0 11101001 1100010 1010001

Color Harmonies of #A0ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ABFE

Black with #A0ABFE

Text Example


Text Example

White with #A0ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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