Html Css Color HEX #ACABF0 Perano

📋 copy color: '#ACABF0'

red 172 ◦ green 171 ◦ blue 240

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

Shades of Perano #ACABF0

Tints of Perano #ACABF0

RGB

 RED value IS 172 (67.58% from 255) = 29.5%

 GREEN value IS 171 (67.19% from 255) = 29.33%

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

R = 29.5%
G = 29.33%
B = 41.17%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACABF0 (or 0xACABF0) is known color: Perano. HEX triplet: AC, AB and F0. RGB value is (172,171,240). Sum of RGB (Red+Green+Blue) = 172+171+240=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABF0 is #53540F. Grayscale: #B2B2B2. Windows color (decimal): -5461008 or 15772588. OLE color: 15772588.

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

Color convert

RGB 172 171 240 -
CMYK 0.28 0.29 0 0.06
HSL 240.87º 0.7% 0.81% -
HSV(B) 240.87º 0.29% 0.94% -
XYZ 47.3 44.19 88.47 -
YUV 179.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 172 171 240 0.28 0.29 0 0.06 240.87 0.7 0.81
Hex AC AB F0 1C 1D 0 6 F1 46 51
Octal 254 253 360 34 35 0 6 361 106 121
Binary 10101100 10101011 11110000 11100 11101 0 110 11110001 1000110 1010001

Color Harmonies of #ACABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABF0

Black with #ACABF0

Text Example


Text Example

White with #ACABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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