Html Css Color HEX #AC96C4 Biloba Flower

📋 copy color: '#AC96C4'

red 172 ◦ green 150 ◦ blue 196

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

Shades of Biloba Flower #AC96C4

Tints of Biloba Flower #AC96C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 33.2%
G = 28.96%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC96C4 (or 0xAC96C4) is known color: Biloba Flower. HEX triplet: AC, 96 and C4. RGB value is (172,150,196). Sum of RGB (Red+Green+Blue) = 172+150+196=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C4 is #53693B. Grayscale: #A1A1A1. Windows color (decimal): -5466428 or 12883628. OLE color: 12883628.

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

Color convert

RGB 172 150 196 -
CMYK 0.12 0.23 0 0.23
HSL 268.7º 0.28% 0.68% -
HSV(B) 268.7º 0.23% 0.77% -
XYZ 37.88 34.57 56.9 -
YUV 161.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 172 150 196 0.12 0.23 0 0.23 268.7 0.28 0.68
Hex AC 96 C4 C 17 0 17 10D 1C 44
Octal 254 226 304 14 27 0 27 415 34 104
Binary 10101100 10010110 11000100 1100 10111 0 10111 100001101 11100 1000100

Color Harmonies of #AC96C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96C4

Black with #AC96C4

Text Example


Text Example

White with #AC96C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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