Html Css Color HEX #ACA4C1 Biloba Flower

📋 copy color: '#ACA4C1'

red 172 ◦ green 164 ◦ blue 193

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

Shades of Biloba Flower #ACA4C1

Tints of Biloba Flower #ACA4C1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 32.51%
G = 31%
B = 36.48%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACA4C1 (or 0xACA4C1) is known color: Biloba Flower. HEX triplet: AC, A4 and C1. RGB value is (172,164,193). Sum of RGB (Red+Green+Blue) = 172+164+193=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4C1 is #535B3E. Grayscale: #A9A9A9. Windows color (decimal): -5462847 or 12690604. OLE color: 12690604.

HSL color Cylindrical-coordinate representation of color #ACA4C1: hue angle of 256.55º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACA4C1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 164 193 -
CMYK 0.11 0.15 0 0.24
HSL 256.55º 0.19% 0.7% -
HSV(B) 256.55º 0.15% 0.76% -
XYZ 39.91 39.17 55.91 -
YUV 169.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 172 164 193 0.11 0.15 0 0.24 256.55 0.19 0.7
Hex AC A4 C1 B F 0 18 101 13 46
Octal 254 244 301 13 17 0 30 401 23 106
Binary 10101100 10100100 11000001 1011 1111 0 11000 100000001 10011 1000110

Color Harmonies of #ACA4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA4C1

Black with #ACA4C1

Text Example


Text Example

White with #ACA4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA4C1; }

 p { color: rgb(172,164,193); }

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

background-color css

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

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

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

border-color css

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

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

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