Html Css Color HEX #AC8FCD Biloba Flower

📋 copy color: '#AC8FCD'

red 172 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #AC8FCD

Tints of Biloba Flower #AC8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 33.08%
G = 27.5%
B = 39.42%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8FCD (or 0xAC8FCD) is known color: Biloba Flower. HEX triplet: AC, 8F and CD. RGB value is (172,143,205). Sum of RGB (Red+Green+Blue) = 172+143+205=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FCD is #537032. Grayscale: #9E9E9E. Windows color (decimal): -5468211 or 13471660. OLE color: 13471660.

HSL color Cylindrical-coordinate representation of color #AC8FCD: hue angle of 268.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8FCD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 143 205 -
CMYK 0.16 0.30 0 0.20
HSL 268.06º 0.38% 0.68% -
HSV(B) 268.06º 0.3% 0.8% -
XYZ 37.86 32.82 62.1 -
YUV 158.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 172 143 205 0.16 0.30 0 0.20 268.06 0.38 0.68
Hex AC 8F CD 10 1E 0 14 10C 26 44
Octal 254 217 315 20 36 0 24 414 46 104
Binary 10101100 10001111 11001101 10000 11110 0 10100 100001100 100110 1000100

Color Harmonies of #AC8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FCD

Black with #AC8FCD

Text Example


Text Example

White with #AC8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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