Html Css Color HEX #AC8DCD Biloba Flower

📋 copy color: '#AC8DCD'

red 172 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #AC8DCD

Tints of Biloba Flower #AC8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

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

R = 33.2%
G = 27.22%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8DCD (or 0xAC8DCD) is known color: Biloba Flower. HEX triplet: AC, 8D and CD. RGB value is (172,141,205). Sum of RGB (Red+Green+Blue) = 172+141+205=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DCD is #537232. Grayscale: #9D9D9D. Windows color (decimal): -5468723 or 13471148. OLE color: 13471148.

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

Color convert

RGB 172 141 205 -
CMYK 0.16 0.31 0 0.20
HSL 269.06º 0.39% 0.68% -
HSV(B) 269.06º 0.31% 0.8% -
XYZ 37.56 32.23 62 -
YUV 157.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 172 141 205 0.16 0.31 0 0.20 269.06 0.39 0.68
Hex AC 8D CD 10 1F 0 14 10D 27 44
Octal 254 215 315 20 37 0 24 415 47 104
Binary 10101100 10001101 11001101 10000 11111 0 10100 100001101 100111 1000100

Color Harmonies of #AC8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DCD

Black with #AC8DCD

Text Example


Text Example

White with #AC8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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