Html Css Color HEX #AC8DCB Biloba Flower

📋 copy color: '#AC8DCB'

red 172 ◦ green 141 ◦ blue 203

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

Shades of Biloba Flower #AC8DCB

Tints of Biloba Flower #AC8DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 33.33%
G = 27.33%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8DCB (or 0xAC8DCB) is known color: Biloba Flower. HEX triplet: AC, 8D and CB. RGB value is (172,141,203). Sum of RGB (Red+Green+Blue) = 172+141+203=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DCB is #537234. Grayscale: #9D9D9D. Windows color (decimal): -5468725 or 13340076. OLE color: 13340076.

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

Color convert

RGB 172 141 203 -
CMYK 0.15 0.31 0 0.20
HSL 270º 0.37% 0.67% -
HSV(B) 270º 0.31% 0.8% -
XYZ 37.32 32.13 60.74 -
YUV 157.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 172 141 203 0.15 0.31 0 0.20 270 0.37 0.67
Hex AC 8D CB F 1F 0 14 10E 25 43
Octal 254 215 313 17 37 0 24 416 45 103
Binary 10101100 10001101 11001011 1111 11111 0 10100 100001110 100101 1000011

Color Harmonies of #AC8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DCB

Black with #AC8DCB

Text Example


Text Example

White with #AC8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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