Html Css Color HEX #AC95DB Biloba Flower

📋 copy color: '#AC95DB'

red 172 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #AC95DB

Tints of Biloba Flower #AC95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.59%

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

R = 31.85%
G = 27.59%
B = 40.56%

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

#AC95DB (or 0xAC95DB) is known color: Biloba Flower. HEX triplet: AC, 95 and DB. RGB value is (172,149,219). Sum of RGB (Red+Green+Blue) = 172+149+219=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95DB is #536A24. Grayscale: #A3A3A3. Windows color (decimal): -5466661 or 14390700. OLE color: 14390700.

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

Color convert

RGB 172 149 219 -
CMYK 0.21 0.32 0 0.14
HSL 259.71º 0.49% 0.72% -
HSV(B) 259.71º 0.32% 0.86% -
XYZ 40.55 35.38 71.71 -
YUV 163.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 172 149 219 0.21 0.32 0 0.14 259.71 0.49 0.72
Hex AC 95 DB 15 20 0 E 104 31 48
Octal 254 225 333 25 40 0 16 404 61 110
Binary 10101100 10010101 11011011 10101 100000 0 1110 100000100 110001 1001000

Color Harmonies of #AC95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95DB

Black with #AC95DB

Text Example


Text Example

White with #AC95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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