Html Css Color HEX #ABACF7 Perano

📋 copy color: '#ABACF7'

red 171 ◦ green 172 ◦ blue 247

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

Shades of Perano #ABACF7

Tints of Perano #ABACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.86%

R = 28.98%
G = 29.15%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ABACF7 (or 0xABACF7) is known color: Perano. HEX triplet: AB, AC and F7. RGB value is (171,172,247). Sum of RGB (Red+Green+Blue) = 171+172+247=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF7 is #545308. Grayscale: #B3B3B3. Windows color (decimal): -5526281 or 16231595. OLE color: 16231595.

HSL color Cylindrical-coordinate representation of color #ABACF7: hue angle of 239.21º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABACF7 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 172 247 -
CMYK 0.31 0.30 0 0.03
HSL 239.21º 0.83% 0.82% -
HSV(B) 239.21º 0.31% 0.97% -
XYZ 48.34 44.88 94.11 -
YUV 180.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 171 172 247 0.31 0.30 0 0.03 239.21 0.83 0.82
Hex AB AC F7 1F 1E 0 3 EF 53 52
Octal 253 254 367 37 36 0 3 357 123 122
Binary 10101011 10101100 11110111 11111 11110 0 11 11101111 1010011 1010010

Color Harmonies of #ABACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACF7

Black with #ABACF7

Text Example


Text Example

White with #ABACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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