Html Css Color HEX #AC97EA Biloba Flower

📋 copy color: '#AC97EA'

red 172 ◦ green 151 ◦ blue 234

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

Shades of Biloba Flower #AC97EA

Tints of Biloba Flower #AC97EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 30.88%
G = 27.11%
B = 42.01%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC97EA (or 0xAC97EA) is known color: Biloba Flower. HEX triplet: AC, 97 and EA. RGB value is (172,151,234). Sum of RGB (Red+Green+Blue) = 172+151+234=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97EA is #536815. Grayscale: #A6A6A6. Windows color (decimal): -5466134 or 15374252. OLE color: 15374252.

HSL color Cylindrical-coordinate representation of color #AC97EA: hue angle of 255.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC97EA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 151 234 -
CMYK 0.26 0.35 0 0.08
HSL 255.18º 0.66% 0.75% -
HSV(B) 255.18º 0.35% 0.92% -
XYZ 42.93 36.84 82.69 -
YUV 166.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 172 151 234 0.26 0.35 0 0.08 255.18 0.66 0.75
Hex AC 97 EA 1A 23 0 8 FF 42 4B
Octal 254 227 352 32 43 0 10 377 102 113
Binary 10101100 10010111 11101010 11010 100011 0 1000 11111111 1000010 1001011

Color Harmonies of #AC97EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97EA

Black with #AC97EA

Text Example


Text Example

White with #AC97EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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