Html Css Color HEX #AC8CDD Biloba Flower

📋 copy color: '#AC8CDD'

red 172 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #AC8CDD

Tints of Biloba Flower #AC8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 32.27%
G = 26.27%
B = 41.46%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8CDD (or 0xAC8CDD) is known color: Biloba Flower. HEX triplet: AC, 8C and DD. RGB value is (172,140,221). Sum of RGB (Red+Green+Blue) = 172+140+221=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDD is #537322. Grayscale: #9E9E9E. Windows color (decimal): -5468963 or 14519468. OLE color: 14519468.

HSL color Cylindrical-coordinate representation of color #AC8CDD: hue angle of 263.7º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8CDD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 140 221 -
CMYK 0.22 0.37 0 0.13
HSL 263.7º 0.54% 0.71% -
HSV(B) 263.7º 0.37% 0.87% -
XYZ 39.44 32.75 72.65 -
YUV 158.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 172 140 221 0.22 0.37 0 0.13 263.7 0.54 0.71
Hex AC 8C DD 16 25 0 D 108 36 47
Octal 254 214 335 26 45 0 15 410 66 107
Binary 10101100 10001100 11011101 10110 100101 0 1101 100001000 110110 1000111

Color Harmonies of #AC8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CDD

Black with #AC8CDD

Text Example


Text Example

White with #AC8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CDD; }

 p { color: rgb(172,140,221); }

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

background-color css

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

 a { background-color: rgb(172,140,221); }

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

border-color css

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

 span { border-color: rgb(172,140,221); }

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