Html Css Color HEX #AC98DF Biloba Flower

📋 copy color: '#AC98DF'

red 172 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #AC98DF

Tints of Biloba Flower #AC98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 31.44%
G = 27.79%
B = 40.77%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC98DF (or 0xAC98DF) is known color: Biloba Flower. HEX triplet: AC, 98 and DF. RGB value is (172,152,223). Sum of RGB (Red+Green+Blue) = 172+152+223=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98DF is #536720. Grayscale: #A5A5A5. Windows color (decimal): -5465889 or 14653612. OLE color: 14653612.

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

Color convert

RGB 172 152 223 -
CMYK 0.23 0.32 0 0.13
HSL 256.9º 0.53% 0.74% -
HSV(B) 256.9º 0.32% 0.87% -
XYZ 41.56 36.55 74.68 -
YUV 166.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 172 152 223 0.23 0.32 0 0.13 256.9 0.53 0.74
Hex AC 98 DF 17 20 0 D 101 35 4A
Octal 254 230 337 27 40 0 15 401 65 112
Binary 10101100 10011000 11011111 10111 100000 0 1101 100000001 110101 1001010

Color Harmonies of #AC98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98DF

Black with #AC98DF

Text Example


Text Example

White with #AC98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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