Html Css Color HEX #AC85DC Biloba Flower

📋 copy color: '#AC85DC'

red 172 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #AC85DC

Tints of Biloba Flower #AC85DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 32.76%
G = 25.33%
B = 41.9%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC85DC (or 0xAC85DC) is known color: Biloba Flower. HEX triplet: AC, 85 and DC. RGB value is (172,133,220). Sum of RGB (Red+Green+Blue) = 172+133+220=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DC is #537A23. Grayscale: #9A9A9A. Windows color (decimal): -5470756 or 14452140. OLE color: 14452140.

HSL color Cylindrical-coordinate representation of color #AC85DC: hue angle of 266.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC85DC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 133 220 -
CMYK 0.22 0.40 0 0.14
HSL 266.9º 0.55% 0.69% -
HSV(B) 266.9º 0.4% 0.86% -
XYZ 38.32 30.71 71.62 -
YUV 154.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 172 133 220 0.22 0.40 0 0.14 266.9 0.55 0.69
Hex AC 85 DC 16 28 0 E 10B 37 45
Octal 254 205 334 26 50 0 16 413 67 105
Binary 10101100 10000101 11011100 10110 101000 0 1110 100001011 110111 1000101

Color Harmonies of #AC85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85DC

Black with #AC85DC

Text Example


Text Example

White with #AC85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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