Html Css Color HEX #AC8FCC Biloba Flower

📋 copy color: '#AC8FCC'

red 172 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #AC8FCC

Tints of Biloba Flower #AC8FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 33.14%
G = 27.55%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC8FCC (or 0xAC8FCC) is known color: Biloba Flower. HEX triplet: AC, 8F and CC. RGB value is (172,143,204). Sum of RGB (Red+Green+Blue) = 172+143+204=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FCC is #537033. Grayscale: #9E9E9E. Windows color (decimal): -5468212 or 13406124. OLE color: 13406124.

HSL color Cylindrical-coordinate representation of color #AC8FCC: hue angle of 268.52º degrees, saturation: 0.37, 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 #AC8FCC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 143 204 -
CMYK 0.16 0.30 0 0.2
HSL 268.52º 0.37% 0.68% -
HSV(B) 268.52º 0.3% 0.8% -
XYZ 37.73 32.78 61.46 -
YUV 158.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 172 143 204 0.16 0.30 0 0.2 268.52 0.37 0.68
Hex AC 8F CC 10 1E 0 14 10D 25 44
Octal 254 217 314 20 36 0 24 415 45 104
Binary 10101100 10001111 11001100 10000 11110 0 10100 100001101 100101 1000100

Color Harmonies of #AC8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FCC

Black with #AC8FCC

Text Example


Text Example

White with #AC8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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