Html Css Color HEX #AC96C5 Biloba Flower

📋 copy color: '#AC96C5'

red 172 ◦ green 150 ◦ blue 197

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

Shades of Biloba Flower #AC96C5

Tints of Biloba Flower #AC96C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 33.14%
G = 28.9%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC96C5 (or 0xAC96C5) is known color: Biloba Flower. HEX triplet: AC, 96 and C5. RGB value is (172,150,197). Sum of RGB (Red+Green+Blue) = 172+150+197=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C5 is #53693A. Grayscale: #A1A1A1. Windows color (decimal): -5466427 or 12949164. OLE color: 12949164.

HSL color Cylindrical-coordinate representation of color #AC96C5: hue angle of 268.09º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC96C5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 150 197 -
CMYK 0.13 0.24 0 0.23
HSL 268.09º 0.29% 0.68% -
HSV(B) 268.09º 0.24% 0.77% -
XYZ 38 34.61 57.5 -
YUV 161.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 172 150 197 0.13 0.24 0 0.23 268.09 0.29 0.68
Hex AC 96 C5 D 18 0 17 10C 1D 44
Octal 254 226 305 15 30 0 27 414 35 104
Binary 10101100 10010110 11000101 1101 11000 0 10111 100001100 11101 1000100

Color Harmonies of #AC96C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96C5

Black with #AC96C5

Text Example


Text Example

White with #AC96C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96C5; }

 p { color: rgb(172,150,197); }

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

background-color css

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

 a { background-color: rgb(172,150,197); }

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

border-color css

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

 span { border-color: rgb(172,150,197); }

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