Html Css Color HEX #AC85DB Biloba Flower

📋 copy color: '#AC85DB'

red 172 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #AC85DB

Tints of Biloba Flower #AC85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.38%

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

R = 32.82%
G = 25.38%
B = 41.79%

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

#AC85DB (or 0xAC85DB) is known color: Biloba Flower. HEX triplet: AC, 85 and DB. RGB value is (172,133,219). Sum of RGB (Red+Green+Blue) = 172+133+219=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DB is #537A24. Grayscale: #9A9A9A. Windows color (decimal): -5470757 or 14386604. OLE color: 14386604.

HSL color Cylindrical-coordinate representation of color #AC85DB: hue angle of 267.21º 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 #AC85DB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 133 219 -
CMYK 0.21 0.39 0 0.14
HSL 267.21º 0.54% 0.69% -
HSV(B) 267.21º 0.39% 0.86% -
XYZ 38.19 30.66 70.92 -
YUV 154.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 172 133 219 0.21 0.39 0 0.14 267.21 0.54 0.69
Hex AC 85 DB 15 27 0 E 10B 36 45
Octal 254 205 333 25 47 0 16 413 66 105
Binary 10101100 10000101 11011011 10101 100111 0 1110 100001011 110110 1000101

Color Harmonies of #AC85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85DB

Black with #AC85DB

Text Example


Text Example

White with #AC85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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