Html Css Color HEX #AC8AD1 Biloba Flower

📋 copy color: '#AC8AD1'

red 172 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #AC8AD1

Tints of Biloba Flower #AC8AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

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

R = 33.14%
G = 26.59%
B = 40.27%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC8AD1 (or 0xAC8AD1) is known color: Biloba Flower. HEX triplet: AC, 8A and D1. RGB value is (172,138,209). Sum of RGB (Red+Green+Blue) = 172+138+209=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AD1 is #53752E. Grayscale: #9C9C9C. Windows color (decimal): -5469487 or 13732524. OLE color: 13732524.

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

Color convert

RGB 172 138 209 -
CMYK 0.18 0.34 0 0.18
HSL 268.73º 0.44% 0.68% -
HSV(B) 268.73º 0.34% 0.82% -
XYZ 37.61 31.55 64.43 -
YUV 156.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 172 138 209 0.18 0.34 0 0.18 268.73 0.44 0.68
Hex AC 8A D1 12 22 0 12 10D 2C 44
Octal 254 212 321 22 42 0 22 415 54 104
Binary 10101100 10001010 11010001 10010 100010 0 10010 100001101 101100 1000100

Color Harmonies of #AC8AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8AD1

Black with #AC8AD1

Text Example


Text Example

White with #AC8AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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