Html Css Color HEX #AC94DB Biloba Flower

📋 copy color: '#AC94DB'

red 172 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #AC94DB

Tints of Biloba Flower #AC94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

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

R = 31.91%
G = 27.46%
B = 40.63%

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

#AC94DB (or 0xAC94DB) is known color: Biloba Flower. HEX triplet: AC, 94 and DB. RGB value is (172,148,219). Sum of RGB (Red+Green+Blue) = 172+148+219=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94DB is #536B24. Grayscale: #A3A3A3. Windows color (decimal): -5466917 or 14390444. OLE color: 14390444.

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

Color convert

RGB 172 148 219 -
CMYK 0.21 0.32 0 0.14
HSL 260.28º 0.5% 0.72% -
HSV(B) 260.28º 0.32% 0.86% -
XYZ 40.39 35.06 71.66 -
YUV 163.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 172 148 219 0.21 0.32 0 0.14 260.28 0.5 0.72
Hex AC 94 DB 15 20 0 E 104 32 48
Octal 254 224 333 25 40 0 16 404 62 110
Binary 10101100 10010100 11011011 10101 100000 0 1110 100000100 110010 1001000

Color Harmonies of #AC94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94DB

Black with #AC94DB

Text Example


Text Example

White with #AC94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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