Html Css Color HEX #AC98DB Biloba Flower

📋 copy color: '#AC98DB'

red 172 ◦ green 152 ◦ blue 219

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

Shades of Biloba Flower #AC98DB

Tints of Biloba Flower #AC98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

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

R = 31.68%
G = 27.99%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC98DB (or 0xAC98DB) is known color: Biloba Flower. HEX triplet: AC, 98 and DB. RGB value is (172,152,219). Sum of RGB (Red+Green+Blue) = 172+152+219=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98DB is #536724. Grayscale: #A5A5A5. Windows color (decimal): -5465893 or 14391468. OLE color: 14391468.

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

Color convert

RGB 172 152 219 -
CMYK 0.21 0.31 0 0.14
HSL 257.91º 0.48% 0.73% -
HSV(B) 257.91º 0.31% 0.86% -
XYZ 41.03 36.34 71.87 -
YUV 165.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 172 152 219 0.21 0.31 0 0.14 257.91 0.48 0.73
Hex AC 98 DB 15 1F 0 E 102 30 49
Octal 254 230 333 25 37 0 16 402 60 111
Binary 10101100 10011000 11011011 10101 11111 0 1110 100000010 110000 1001001

Color Harmonies of #AC98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98DB

Black with #AC98DB

Text Example


Text Example

White with #AC98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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