Html Css Color HEX #AC9CC1 Biloba Flower

📋 copy color: '#AC9CC1'

red 172 ◦ green 156 ◦ blue 193

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

Shades of Biloba Flower #AC9CC1

Tints of Biloba Flower #AC9CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 33.01%
G = 29.94%
B = 37.04%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC9CC1 (or 0xAC9CC1) is known color: Biloba Flower. HEX triplet: AC, 9C and C1. RGB value is (172,156,193). Sum of RGB (Red+Green+Blue) = 172+156+193=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CC1 is #53633E. Grayscale: #A4A4A4. Windows color (decimal): -5464895 or 12688556. OLE color: 12688556.

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

Color convert

RGB 172 156 193 -
CMYK 0.11 0.19 0 0.24
HSL 265.95º 0.23% 0.68% -
HSV(B) 265.95º 0.19% 0.76% -
XYZ 38.53 36.4 55.45 -
YUV 165 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 172 156 193 0.11 0.19 0 0.24 265.95 0.23 0.68
Hex AC 9C C1 B 13 0 18 10A 17 44
Octal 254 234 301 13 23 0 30 412 27 104
Binary 10101100 10011100 11000001 1011 10011 0 11000 100001010 10111 1000100

Color Harmonies of #AC9CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CC1

Black with #AC9CC1

Text Example


Text Example

White with #AC9CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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