Html Css Color HEX #AC98E7 Biloba Flower

📋 copy color: '#AC98E7'

red 172 ◦ green 152 ◦ blue 231

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

Shades of Biloba Flower #AC98E7

Tints of Biloba Flower #AC98E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.62%

R = 30.99%
G = 27.39%
B = 41.62%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC98E7 (or 0xAC98E7) is known color: Biloba Flower. HEX triplet: AC, 98 and E7. RGB value is (172,152,231). Sum of RGB (Red+Green+Blue) = 172+152+231=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC98E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98E7 is #536718. Grayscale: #A6A6A6. Windows color (decimal): -5465881 or 15177900. OLE color: 15177900.

HSL color Cylindrical-coordinate representation of color #AC98E7: hue angle of 255.19º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC98E7 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 152 231 -
CMYK 0.26 0.34 0 0.09
HSL 255.19º 0.62% 0.75% -
HSV(B) 255.19º 0.34% 0.91% -
XYZ 42.67 37 80.49 -
YUV 166.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 172 152 231 0.26 0.34 0 0.09 255.19 0.62 0.75
Hex AC 98 E7 1A 22 0 9 FF 3E 4B
Octal 254 230 347 32 42 0 11 377 76 113
Binary 10101100 10011000 11100111 11010 100010 0 1001 11111111 111110 1001011

Color Harmonies of #AC98E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98E7

Black with #AC98E7

Text Example


Text Example

White with #AC98E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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