Html Css Color HEX #AC97E5 Biloba Flower

📋 copy color: '#AC97E5'

red 172 ◦ green 151 ◦ blue 229

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

Shades of Biloba Flower #AC97E5

Tints of Biloba Flower #AC97E5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.36%

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

R = 31.16%
G = 27.36%
B = 41.49%

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

#AC97E5 (or 0xAC97E5) is known color: Biloba Flower. HEX triplet: AC, 97 and E5. RGB value is (172,151,229). Sum of RGB (Red+Green+Blue) = 172+151+229=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97E5 is #53681A. Grayscale: #A5A5A5. Windows color (decimal): -5466139 or 15046572. OLE color: 15046572.

HSL color Cylindrical-coordinate representation of color #AC97E5: hue angle of 256.15º 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 #AC97E5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 151 229 -
CMYK 0.25 0.34 0 0.10
HSL 256.15º 0.6% 0.75% -
HSV(B) 256.15º 0.34% 0.9% -
XYZ 42.22 36.56 78.96 -
YUV 166.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 172 151 229 0.25 0.34 0 0.10 256.15 0.6 0.75
Hex AC 97 E5 19 22 0 A 100 3C 4B
Octal 254 227 345 31 42 0 12 400 74 113
Binary 10101100 10010111 11100101 11001 100010 0 1010 100000000 111100 1001011

Color Harmonies of #AC97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97E5

Black with #AC97E5

Text Example


Text Example

White with #AC97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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