Html Css Color HEX #ABAAF0 Perano

📋 copy color: '#ABAAF0'

red 171 ◦ green 170 ◦ blue 240

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

Shades of Perano #ABAAF0

Tints of Perano #ABAAF0

RGB

 RED value IS 171 (67.19% from 255) = 29.43%

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 29.43%
G = 29.26%
B = 41.31%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABAAF0 (or 0xABAAF0) is known color: Perano. HEX triplet: AB, AA and F0. RGB value is (171,170,240). Sum of RGB (Red+Green+Blue) = 171+170+240=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABAAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAF0 is #54550F. Grayscale: #B2B2B2. Windows color (decimal): -5526800 or 15772331. OLE color: 15772331.

HSL color Cylindrical-coordinate representation of color #ABAAF0: hue angle of 240.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAAF0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 170 240 -
CMYK 0.29 0.29 0 0.06
HSL 240.86º 0.7% 0.8% -
HSV(B) 240.86º 0.29% 0.94% -
XYZ 46.9 43.7 88.4 -
YUV 178.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 171 170 240 0.29 0.29 0 0.06 240.86 0.7 0.8
Hex AB AA F0 1D 1D 0 6 F1 46 50
Octal 253 252 360 35 35 0 6 361 106 120
Binary 10101011 10101010 11110000 11101 11101 0 110 11110001 1000110 1010000

Color Harmonies of #ABAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAF0

Black with #ABAAF0

Text Example


Text Example

White with #ABAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAF0; }

 p { color: rgb(171,170,240); }

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

background-color css

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

 a { background-color: rgb(171,170,240); }

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

border-color css

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

 span { border-color: rgb(171,170,240); }

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