Html Css Color HEX #AC8FCB Biloba Flower

📋 copy color: '#AC8FCB'

red 172 ◦ green 143 ◦ blue 203

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

Shades of Biloba Flower #AC8FCB

Tints of Biloba Flower #AC8FCB

RGB

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

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

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

R = 33.2%
G = 27.61%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8FCB (or 0xAC8FCB) is known color: Biloba Flower. HEX triplet: AC, 8F and CB. RGB value is (172,143,203). Sum of RGB (Red+Green+Blue) = 172+143+203=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FCB is #537034. Grayscale: #9E9E9E. Windows color (decimal): -5468213 or 13340588. OLE color: 13340588.

HSL color Cylindrical-coordinate representation of color #AC8FCB: hue angle of 269º 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 #AC8FCB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 143 203 -
CMYK 0.15 0.30 0 0.20
HSL 269º 0.37% 0.68% -
HSV(B) 269º 0.3% 0.8% -
XYZ 37.62 32.73 60.83 -
YUV 158.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 172 143 203 0.15 0.30 0 0.20 269 0.37 0.68
Hex AC 8F CB F 1E 0 14 10D 25 44
Octal 254 217 313 17 36 0 24 415 45 104
Binary 10101100 10001111 11001011 1111 11110 0 10100 100001101 100101 1000100

Color Harmonies of #AC8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FCB

Black with #AC8FCB

Text Example


Text Example

White with #AC8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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