Html Css Color HEX #AC8CDB Biloba Flower

📋 copy color: '#AC8CDB'

red 172 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #AC8CDB

Tints of Biloba Flower #AC8CDB

RGB

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

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

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

R = 32.39%
G = 26.37%
B = 41.24%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC8CDB (or 0xAC8CDB) is known color: Biloba Flower. HEX triplet: AC, 8C and DB. RGB value is (172,140,219). Sum of RGB (Red+Green+Blue) = 172+140+219=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDB is #537324. Grayscale: #9E9E9E. Windows color (decimal): -5468965 or 14388396. OLE color: 14388396.

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

Color convert

RGB 172 140 219 -
CMYK 0.21 0.36 0 0.14
HSL 264.3º 0.52% 0.7% -
HSV(B) 264.3º 0.36% 0.86% -
XYZ 39.18 32.64 71.25 -
YUV 158.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 172 140 219 0.21 0.36 0 0.14 264.3 0.52 0.7
Hex AC 8C DB 15 24 0 E 108 34 46
Octal 254 214 333 25 44 0 16 410 64 106
Binary 10101100 10001100 11011011 10101 100100 0 1110 100001000 110100 1000110

Color Harmonies of #AC8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CDB

Black with #AC8CDB

Text Example


Text Example

White with #AC8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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