Html Css Color HEX #AC98FF Biloba Flower

📋 copy color: '#AC98FF'

red 172 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #AC98FF

Tints of Biloba Flower #AC98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 29.71%
G = 26.25%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC98FF (or 0xAC98FF) is known color: Biloba Flower. HEX triplet: AC, 98 and FF. RGB value is (172,152,255). Sum of RGB (Red+Green+Blue) = 172+152+255=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98FF is #536700. Grayscale: #A9A9A9. Windows color (decimal): -5465857 or 16750764. OLE color: 16750764.

HSL color Cylindrical-coordinate representation of color #AC98FF: hue angle of 251.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC98FF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 152 255 -
CMYK 0.33 0.40 0 0
HSL 251.65º 1% 0.8% -
HSV(B) 251.65º 0.4% 1% -
XYZ 46.29 38.45 99.59 -
YUV 169.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 172 152 255 0.33 0.40 0 0 251.65 1 0.8
Hex AC 98 FF 21 28 0 0 FC 64 50
Octal 254 230 377 41 50 0 0 374 144 120
Binary 10101100 10011000 11111111 100001 101000 0 0 11111100 1100100 1010000

Color Harmonies of #AC98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98FF

Black with #AC98FF

Text Example


Text Example

White with #AC98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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