Html Css Color HEX #AC86DB Biloba Flower

📋 copy color: '#AC86DB'

red 172 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #AC86DB

Tints of Biloba Flower #AC86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.52%

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

R = 32.76%
G = 25.52%
B = 41.71%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC86DB (or 0xAC86DB) is known color: Biloba Flower. HEX triplet: AC, 86 and DB. RGB value is (172,134,219). Sum of RGB (Red+Green+Blue) = 172+134+219=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86DB is #537924. Grayscale: #9A9A9A. Windows color (decimal): -5470501 or 14386860. OLE color: 14386860.

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

Color convert

RGB 172 134 219 -
CMYK 0.21 0.39 0 0.14
HSL 266.82º 0.54% 0.69% -
HSV(B) 266.82º 0.39% 0.86% -
XYZ 38.32 30.94 70.97 -
YUV 155.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 172 134 219 0.21 0.39 0 0.14 266.82 0.54 0.69
Hex AC 86 DB 15 27 0 E 10B 36 45
Octal 254 206 333 25 47 0 16 413 66 105
Binary 10101100 10000110 11011011 10101 100111 0 1110 100001011 110110 1000101

Color Harmonies of #AC86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC86DB

Black with #AC86DB

Text Example


Text Example

White with #AC86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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