Html Css Color HEX #AC85DD Biloba Flower

📋 copy color: '#AC85DD'

red 172 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #AC85DD

Tints of Biloba Flower #AC85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 32.7%
G = 25.29%
B = 42.02%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC85DD (or 0xAC85DD) is known color: Biloba Flower. HEX triplet: AC, 85 and DD. RGB value is (172,133,221). Sum of RGB (Red+Green+Blue) = 172+133+221=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DD is #537A22. Grayscale: #9A9A9A. Windows color (decimal): -5470755 or 14517676. OLE color: 14517676.

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

Color convert

RGB 172 133 221 -
CMYK 0.22 0.40 0 0.13
HSL 266.59º 0.56% 0.69% -
HSV(B) 266.59º 0.4% 0.87% -
XYZ 38.45 30.77 72.32 -
YUV 154.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 172 133 221 0.22 0.40 0 0.13 266.59 0.56 0.69
Hex AC 85 DD 16 28 0 D 10B 38 45
Octal 254 205 335 26 50 0 15 413 70 105
Binary 10101100 10000101 11011101 10110 101000 0 1101 100001011 111000 1000101

Color Harmonies of #AC85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85DD

Black with #AC85DD

Text Example


Text Example

White with #AC85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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