Html Css Color HEX #AC96FE Biloba Flower

📋 copy color: '#AC96FE'

red 172 ◦ green 150 ◦ blue 254

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

Shades of Biloba Flower #AC96FE

Tints of Biloba Flower #AC96FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 29.86%
G = 26.04%
B = 44.1%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC96FE (or 0xAC96FE) is known color: Biloba Flower. HEX triplet: AC, 96 and FE. RGB value is (172,150,254). Sum of RGB (Red+Green+Blue) = 172+150+254=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FE is #536901. Grayscale: #A8A8A8. Windows color (decimal): -5466370 or 16684716. OLE color: 16684716.

HSL color Cylindrical-coordinate representation of color #AC96FE: hue angle of 252.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC96FE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 150 254 -
CMYK 0.32 0.41 0 0.00
HSL 252.69º 0.98% 0.79% -
HSV(B) 252.69º 0.41% 1% -
XYZ 45.81 37.74 98.64 -
YUV 168.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 172 150 254 0.32 0.41 0 0.00 252.69 0.98 0.79
Hex AC 96 FE 20 29 0 0 FD 62 4F
Octal 254 226 376 40 51 0 0 375 142 117
Binary 10101100 10010110 11111110 100000 101001 0 0 11111101 1100010 1001111

Color Harmonies of #AC96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96FE

Black with #AC96FE

Text Example


Text Example

White with #AC96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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