Html Css Color HEX #AC96EA Biloba Flower

📋 copy color: '#AC96EA'

red 172 ◦ green 150 ◦ blue 234

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

Shades of Biloba Flower #AC96EA

Tints of Biloba Flower #AC96EA

RGB

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

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

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

R = 30.94%
G = 26.98%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC96EA (or 0xAC96EA) is known color: Biloba Flower. HEX triplet: AC, 96 and EA. RGB value is (172,150,234). Sum of RGB (Red+Green+Blue) = 172+150+234=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96EA is #536915. Grayscale: #A5A5A5. Windows color (decimal): -5466390 or 15373996. OLE color: 15373996.

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

Color convert

RGB 172 150 234 -
CMYK 0.26 0.36 0 0.08
HSL 255.71º 0.67% 0.75% -
HSV(B) 255.71º 0.36% 0.92% -
XYZ 42.77 36.52 82.64 -
YUV 166.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 172 150 234 0.26 0.36 0 0.08 255.71 0.67 0.75
Hex AC 96 EA 1A 24 0 8 100 43 4B
Octal 254 226 352 32 44 0 10 400 103 113
Binary 10101100 10010110 11101010 11010 100100 0 1000 100000000 1000011 1001011

Color Harmonies of #AC96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96EA

Black with #AC96EA

Text Example


Text Example

White with #AC96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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