Html Css Color HEX #AC9FCD Biloba Flower

📋 copy color: '#AC9FCD'

red 172 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #AC9FCD

Tints of Biloba Flower #AC9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 32.09%
G = 29.66%
B = 38.25%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC9FCD (or 0xAC9FCD) is known color: Biloba Flower. HEX triplet: AC, 9F and CD. RGB value is (172,159,205). Sum of RGB (Red+Green+Blue) = 172+159+205=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FCD is #536032. Grayscale: #A7A7A7. Windows color (decimal): -5464115 or 13475756. OLE color: 13475756.

HSL color Cylindrical-coordinate representation of color #AC9FCD: hue angle of 256.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9FCD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 159 205 -
CMYK 0.16 0.22 0 0.20
HSL 256.96º 0.32% 0.71% -
HSV(B) 256.96º 0.22% 0.8% -
XYZ 40.43 37.97 62.96 -
YUV 168.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 172 159 205 0.16 0.22 0 0.20 256.96 0.32 0.71
Hex AC 9F CD 10 16 0 14 101 20 47
Octal 254 237 315 20 26 0 24 401 40 107
Binary 10101100 10011111 11001101 10000 10110 0 10100 100000001 100000 1000111

Color Harmonies of #AC9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FCD

Black with #AC9FCD

Text Example


Text Example

White with #AC9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FCD; }

 p { color: rgb(172,159,205); }

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

background-color css

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

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

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

border-color css

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

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

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