Html Css Color HEX #ACA1C6 Biloba Flower

📋 copy color: '#ACA1C6'

red 172 ◦ green 161 ◦ blue 198

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

Shades of Biloba Flower #ACA1C6

Tints of Biloba Flower #ACA1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 32.39%
G = 30.32%
B = 37.29%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACA1C6 (or 0xACA1C6) is known color: Biloba Flower. HEX triplet: AC, A1 and C6. RGB value is (172,161,198). Sum of RGB (Red+Green+Blue) = 172+161+198=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACA1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1C6 is #535E39. Grayscale: #A8A8A8. Windows color (decimal): -5463610 or 13017516. OLE color: 13017516.

HSL color Cylindrical-coordinate representation of color #ACA1C6: hue angle of 257.84º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA1C6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 161 198 -
CMYK 0.13 0.19 0 0.22
HSL 257.84º 0.25% 0.7% -
HSV(B) 257.84º 0.19% 0.78% -
XYZ 39.95 38.34 58.72 -
YUV 168.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 172 161 198 0.13 0.19 0 0.22 257.84 0.25 0.7
Hex AC A1 C6 D 13 0 16 102 19 46
Octal 254 241 306 15 23 0 26 402 31 106
Binary 10101100 10100001 11000110 1101 10011 0 10110 100000010 11001 1000110

Color Harmonies of #ACA1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA1C6

Black with #ACA1C6

Text Example


Text Example

White with #ACA1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA1C6; }

 p { color: rgb(172,161,198); }

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

background-color css

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

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

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

border-color css

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

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

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