Html Css Color HEX #AC98E5 Biloba Flower

📋 copy color: '#AC98E5'

red 172 ◦ green 152 ◦ blue 229

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

Shades of Biloba Flower #AC98E5

Tints of Biloba Flower #AC98E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 31.1%
G = 27.49%
B = 41.41%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC98E5 (or 0xAC98E5) is known color: Biloba Flower. HEX triplet: AC, 98 and E5. RGB value is (172,152,229). Sum of RGB (Red+Green+Blue) = 172+152+229=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC98E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98E5 is #53671A. Grayscale: #A6A6A6. Windows color (decimal): -5465883 or 15046828. OLE color: 15046828.

HSL color Cylindrical-coordinate representation of color #AC98E5: hue angle of 255.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC98E5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 152 229 -
CMYK 0.25 0.34 0 0.10
HSL 255.58º 0.6% 0.75% -
HSV(B) 255.58º 0.34% 0.9% -
XYZ 42.38 36.88 79.01 -
YUV 166.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 172 152 229 0.25 0.34 0 0.10 255.58 0.6 0.75
Hex AC 98 E5 19 22 0 A 100 3C 4B
Octal 254 230 345 31 42 0 12 400 74 113
Binary 10101100 10011000 11100101 11001 100010 0 1010 100000000 111100 1001011

Color Harmonies of #AC98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98E5

Black with #AC98E5

Text Example


Text Example

White with #AC98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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