Html Css Color HEX #AC8ADD Biloba Flower

📋 copy color: '#AC8ADD'

red 172 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #AC8ADD

Tints of Biloba Flower #AC8ADD

RGB

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

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

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

R = 32.39%
G = 25.99%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC8ADD (or 0xAC8ADD) is known color: Biloba Flower. HEX triplet: AC, 8A and DD. RGB value is (172,138,221). Sum of RGB (Red+Green+Blue) = 172+138+221=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADD is #537522. Grayscale: #9D9D9D. Windows color (decimal): -5469475 or 14518956. OLE color: 14518956.

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

Color convert

RGB 172 138 221 -
CMYK 0.22 0.38 0 0.13
HSL 264.58º 0.55% 0.7% -
HSV(B) 264.58º 0.38% 0.87% -
XYZ 39.15 32.17 72.55 -
YUV 157.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 172 138 221 0.22 0.38 0 0.13 264.58 0.55 0.7
Hex AC 8A DD 16 26 0 D 109 37 46
Octal 254 212 335 26 46 0 15 411 67 106
Binary 10101100 10001010 11011101 10110 100110 0 1101 100001001 110111 1000110

Color Harmonies of #AC8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ADD

Black with #AC8ADD

Text Example


Text Example

White with #AC8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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