Html Css Color HEX #AC8ADB Biloba Flower

📋 copy color: '#AC8ADB'

red 172 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #AC8ADB

Tints of Biloba Flower #AC8ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 32.51%
G = 26.09%
B = 41.4%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC8ADB (or 0xAC8ADB) is known color: Biloba Flower. HEX triplet: AC, 8A and DB. RGB value is (172,138,219). Sum of RGB (Red+Green+Blue) = 172+138+219=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADB is #537524. Grayscale: #9D9D9D. Windows color (decimal): -5469477 or 14387884. OLE color: 14387884.

HSL color Cylindrical-coordinate representation of color #AC8ADB: hue angle of 265.19º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8ADB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 138 219 -
CMYK 0.21 0.37 0 0.14
HSL 265.19º 0.53% 0.7% -
HSV(B) 265.19º 0.37% 0.86% -
XYZ 38.89 32.06 71.16 -
YUV 157.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 172 138 219 0.21 0.37 0 0.14 265.19 0.53 0.7
Hex AC 8A DB 15 25 0 E 109 35 46
Octal 254 212 333 25 45 0 16 411 65 106
Binary 10101100 10001010 11011011 10101 100101 0 1110 100001001 110101 1000110

Color Harmonies of #AC8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ADB

Black with #AC8ADB

Text Example


Text Example

White with #AC8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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