Html Css Color HEX #AC8DDD Biloba Flower

📋 copy color: '#AC8DDD'

red 172 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #AC8DDD

Tints of Biloba Flower #AC8DDD

RGB

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

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

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

R = 32.21%
G = 26.4%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8DDD (or 0xAC8DDD) is known color: Biloba Flower. HEX triplet: AC, 8D and DD. RGB value is (172,141,221). Sum of RGB (Red+Green+Blue) = 172+141+221=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDD is #537222. Grayscale: #9F9F9F. Windows color (decimal): -5468707 or 14519724. OLE color: 14519724.

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

Color convert

RGB 172 141 221 -
CMYK 0.22 0.36 0 0.13
HSL 263.25º 0.54% 0.71% -
HSV(B) 263.25º 0.36% 0.87% -
XYZ 39.59 33.04 72.7 -
YUV 159.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 172 141 221 0.22 0.36 0 0.13 263.25 0.54 0.71
Hex AC 8D DD 16 24 0 D 107 36 47
Octal 254 215 335 26 44 0 15 407 66 107
Binary 10101100 10001101 11011101 10110 100100 0 1101 100000111 110110 1000111

Color Harmonies of #AC8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DDD

Black with #AC8DDD

Text Example


Text Example

White with #AC8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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