Html Css Color HEX #ABAAFC Perano

📋 copy color: '#ABAAFC'

red 171 ◦ green 170 ◦ blue 252

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

Shades of Perano #ABAAFC

Tints of Perano #ABAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 28.84%
G = 28.67%
B = 42.5%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABAAFC (or 0xABAAFC) is known color: Perano. HEX triplet: AB, AA and FC. RGB value is (171,170,252). Sum of RGB (Red+Green+Blue) = 171+170+252=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFC is #545503. Grayscale: #B3B3B3. Windows color (decimal): -5526788 or 16558763. OLE color: 16558763.

HSL color Cylindrical-coordinate representation of color #ABAAFC: hue angle of 240.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAAFC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 170 252 -
CMYK 0.32 0.33 0 0.01
HSL 240.73º 0.93% 0.83% -
HSV(B) 240.73º 0.33% 0.99% -
XYZ 48.74 44.44 98.1 -
YUV 179.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 171 170 252 0.32 0.33 0 0.01 240.73 0.93 0.83
Hex AB AA FC 20 21 0 1 F1 5D 53
Octal 253 252 374 40 41 0 1 361 135 123
Binary 10101011 10101010 11111100 100000 100001 0 1 11110001 1011101 1010011

Color Harmonies of #ABAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAFC

Black with #ABAAFC

Text Example


Text Example

White with #ABAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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