Html Css Color HEX #ABACF3 Perano

📋 copy color: '#ABACF3'

red 171 ◦ green 172 ◦ blue 243

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

Shades of Perano #ABACF3

Tints of Perano #ABACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.47%

R = 29.18%
G = 29.35%
B = 41.47%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABACF3 (or 0xABACF3) is known color: Perano. HEX triplet: AB, AC and F3. RGB value is (171,172,243). Sum of RGB (Red+Green+Blue) = 171+172+243=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF3 is #54530C. Grayscale: #B3B3B3. Windows color (decimal): -5526285 or 15969451. OLE color: 15969451.

HSL color Cylindrical-coordinate representation of color #ABACF3: hue angle of 239.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABACF3 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 172 243 -
CMYK 0.30 0.29 0 0.05
HSL 239.17º 0.75% 0.81% -
HSV(B) 239.17º 0.3% 0.95% -
XYZ 47.72 44.63 90.89 -
YUV 179.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 171 172 243 0.30 0.29 0 0.05 239.17 0.75 0.81
Hex AB AC F3 1E 1D 0 5 EF 4B 51
Octal 253 254 363 36 35 0 5 357 113 121
Binary 10101011 10101100 11110011 11110 11101 0 101 11101111 1001011 1010001

Color Harmonies of #ABACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACF3

Black with #ABACF3

Text Example


Text Example

White with #ABACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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