Html Css Color HEX #ABACF6 Perano

📋 copy color: '#ABACF6'

red 171 ◦ green 172 ◦ blue 246

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

Shades of Perano #ABACF6

Tints of Perano #ABACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 29.03%
G = 29.2%
B = 41.77%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABACF6 (or 0xABACF6) is known color: Perano. HEX triplet: AB, AC and F6. RGB value is (171,172,246). Sum of RGB (Red+Green+Blue) = 171+172+246=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF6 is #545309. Grayscale: #B3B3B3. Windows color (decimal): -5526282 or 16166059. OLE color: 16166059.

HSL color Cylindrical-coordinate representation of color #ABACF6: hue angle of 239.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABACF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 172 246 -
CMYK 0.30 0.30 0 0.04
HSL 239.2º 0.81% 0.82% -
HSV(B) 239.2º 0.3% 0.96% -
XYZ 48.18 44.82 93.3 -
YUV 180.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 171 172 246 0.30 0.30 0 0.04 239.2 0.81 0.82
Hex AB AC F6 1E 1E 0 4 EF 51 52
Octal 253 254 366 36 36 0 4 357 121 122
Binary 10101011 10101100 11110110 11110 11110 0 100 11101111 1010001 1010010

Color Harmonies of #ABACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACF6

Black with #ABACF6

Text Example


Text Example

White with #ABACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACF6; }

 p { color: rgb(171,172,246); }

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

background-color css

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

 a { background-color: rgb(171,172,246); }

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

border-color css

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

 span { border-color: rgb(171,172,246); }

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