Html Css Color HEX #AC8BD1 Biloba Flower

📋 copy color: '#AC8BD1'

red 172 ◦ green 139 ◦ blue 209

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

Shades of Biloba Flower #AC8BD1

Tints of Biloba Flower #AC8BD1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 33.08%
G = 26.73%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC8BD1 (or 0xAC8BD1) is known color: Biloba Flower. HEX triplet: AC, 8B and D1. RGB value is (172,139,209). Sum of RGB (Red+Green+Blue) = 172+139+209=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BD1 is #53742E. Grayscale: #9C9C9C. Windows color (decimal): -5469231 or 13732780. OLE color: 13732780.

HSL color Cylindrical-coordinate representation of color #AC8BD1: hue angle of 268.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8BD1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 139 209 -
CMYK 0.18 0.33 0 0.18
HSL 268.29º 0.43% 0.68% -
HSV(B) 268.29º 0.33% 0.82% -
XYZ 37.75 31.84 64.48 -
YUV 156.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 172 139 209 0.18 0.33 0 0.18 268.29 0.43 0.68
Hex AC 8B D1 12 21 0 12 10C 2B 44
Octal 254 213 321 22 41 0 22 414 53 104
Binary 10101100 10001011 11010001 10010 100001 0 10010 100001100 101011 1000100

Color Harmonies of #AC8BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BD1

Black with #AC8BD1

Text Example


Text Example

White with #AC8BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BD1; }

 p { color: rgb(172,139,209); }

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

background-color css

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

 a { background-color: rgb(172,139,209); }

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

border-color css

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

 span { border-color: rgb(172,139,209); }

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