Html Css Color HEX #AC8BDD Biloba Flower

📋 copy color: '#AC8BDD'

red 172 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #AC8BDD

Tints of Biloba Flower #AC8BDD

RGB

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

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

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

R = 32.33%
G = 26.13%
B = 41.54%

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

#AC8BDD (or 0xAC8BDD) is known color: Biloba Flower. HEX triplet: AC, 8B and DD. RGB value is (172,139,221). Sum of RGB (Red+Green+Blue) = 172+139+221=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BDD is #537422. Grayscale: #9D9D9D. Windows color (decimal): -5469219 or 14519212. OLE color: 14519212.

HSL color Cylindrical-coordinate representation of color #AC8BDD: hue angle of 264.15º degrees, saturation: 0.55, 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 #AC8BDD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 139 221 -
CMYK 0.22 0.37 0 0.13
HSL 264.15º 0.55% 0.71% -
HSV(B) 264.15º 0.37% 0.87% -
XYZ 39.3 32.46 72.6 -
YUV 158.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 172 139 221 0.22 0.37 0 0.13 264.15 0.55 0.71
Hex AC 8B DD 16 25 0 D 108 37 47
Octal 254 213 335 26 45 0 15 410 67 107
Binary 10101100 10001011 11011101 10110 100101 0 1101 100001000 110111 1000111

Color Harmonies of #AC8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BDD

Black with #AC8BDD

Text Example


Text Example

White with #AC8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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