Html Css Color HEX #ACACF1 Perano

📋 copy color: '#ACACF1'

red 172 ◦ green 172 ◦ blue 241

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

Shades of Perano #ACACF1

Tints of Perano #ACACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 29.4%
G = 29.4%
B = 41.2%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACACF1 (or 0xACACF1) is known color: Perano. HEX triplet: AC, AC and F1. RGB value is (172,172,241). Sum of RGB (Red+Green+Blue) = 172+172+241=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACF1 is #53530E. Grayscale: #B3B3B3. Windows color (decimal): -5460751 or 15838380. OLE color: 15838380.

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

Color convert

RGB 172 172 241 -
CMYK 0.29 0.29 0 0.05
HSL 240º 0.71% 0.81% -
HSV(B) 240º 0.29% 0.95% -
XYZ 47.64 44.63 89.32 -
YUV 179.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 172 172 241 0.29 0.29 0 0.05 240 0.71 0.81
Hex AC AC F1 1D 1D 0 5 F0 47 51
Octal 254 254 361 35 35 0 5 360 107 121
Binary 10101100 10101100 11110001 11101 11101 0 101 11110000 1000111 1010001

Color Harmonies of #ACACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACF1

Black with #ACACF1

Text Example


Text Example

White with #ACACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACF1; }

 p { color: rgb(172,172,241); }

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

background-color css

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

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

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

border-color css

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

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

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