Html Css Color HEX #AC96DB Biloba Flower

📋 copy color: '#AC96DB'

red 172 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #AC96DB

Tints of Biloba Flower #AC96DB

RGB

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

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

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

R = 31.79%
G = 27.73%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC96DB (or 0xAC96DB) is known color: Biloba Flower. HEX triplet: AC, 96 and DB. RGB value is (172,150,219). Sum of RGB (Red+Green+Blue) = 172+150+219=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DB is #536924. Grayscale: #A4A4A4. Windows color (decimal): -5466405 or 14390956. OLE color: 14390956.

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

Color convert

RGB 172 150 219 -
CMYK 0.21 0.32 0 0.14
HSL 259.13º 0.49% 0.72% -
HSV(B) 259.13º 0.32% 0.86% -
XYZ 40.71 35.7 71.76 -
YUV 164.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 172 150 219 0.21 0.32 0 0.14 259.13 0.49 0.72
Hex AC 96 DB 15 20 0 E 103 31 48
Octal 254 226 333 25 40 0 16 403 61 110
Binary 10101100 10010110 11011011 10101 100000 0 1110 100000011 110001 1001000

Color Harmonies of #AC96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96DB

Black with #AC96DB

Text Example


Text Example

White with #AC96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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