Html Css Color HEX #AC96E2 Biloba Flower

📋 copy color: '#AC96E2'

red 172 ◦ green 150 ◦ blue 226

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

Shades of Biloba Flower #AC96E2

Tints of Biloba Flower #AC96E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.24%

R = 31.39%
G = 27.37%
B = 41.24%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC96E2 (or 0xAC96E2) is known color: Biloba Flower. HEX triplet: AC, 96 and E2. RGB value is (172,150,226). Sum of RGB (Red+Green+Blue) = 172+150+226=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC96E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96E2 is #53691D. Grayscale: #A4A4A4. Windows color (decimal): -5466398 or 14849708. OLE color: 14849708.

HSL color Cylindrical-coordinate representation of color #AC96E2: hue angle of 257.37º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC96E2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 150 226 -
CMYK 0.24 0.34 0 0.11
HSL 257.37º 0.57% 0.74% -
HSV(B) 257.37º 0.34% 0.89% -
XYZ 41.65 36.07 76.72 -
YUV 165.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 172 150 226 0.24 0.34 0 0.11 257.37 0.57 0.74
Hex AC 96 E2 18 22 0 B 101 39 4A
Octal 254 226 342 30 42 0 13 401 71 112
Binary 10101100 10010110 11100010 11000 100010 0 1011 100000001 111001 1001010

Color Harmonies of #AC96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96E2

Black with #AC96E2

Text Example


Text Example

White with #AC96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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