Html Css Color HEX #AC96DD Biloba Flower

📋 copy color: '#AC96DD'

red 172 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #AC96DD

Tints of Biloba Flower #AC96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.62%

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

R = 31.68%
G = 27.62%
B = 40.7%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC96DD (or 0xAC96DD) is known color: Biloba Flower. HEX triplet: AC, 96 and DD. RGB value is (172,150,221). Sum of RGB (Red+Green+Blue) = 172+150+221=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DD is #536922. Grayscale: #A4A4A4. Windows color (decimal): -5466403 or 14522028. OLE color: 14522028.

HSL color Cylindrical-coordinate representation of color #AC96DD: hue angle of 258.59º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC96DD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 150 221 -
CMYK 0.22 0.32 0 0.13
HSL 258.59º 0.51% 0.73% -
HSV(B) 258.59º 0.32% 0.87% -
XYZ 40.97 35.8 73.16 -
YUV 164.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 172 150 221 0.22 0.32 0 0.13 258.59 0.51 0.73
Hex AC 96 DD 16 20 0 D 103 33 49
Octal 254 226 335 26 40 0 15 403 63 111
Binary 10101100 10010110 11011101 10110 100000 0 1101 100000011 110011 1001001

Color Harmonies of #AC96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96DD

Black with #AC96DD

Text Example


Text Example

White with #AC96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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