Html Css Color HEX #AC96FF Biloba Flower

📋 copy color: '#AC96FF'

red 172 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #AC96FF

Tints of Biloba Flower #AC96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 29.81%
G = 26%
B = 44.19%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC96FF (or 0xAC96FF) is known color: Biloba Flower. HEX triplet: AC, 96 and FF. RGB value is (172,150,255). Sum of RGB (Red+Green+Blue) = 172+150+255=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FF is #536900. Grayscale: #A8A8A8. Windows color (decimal): -5466369 or 16750252. OLE color: 16750252.

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

Color convert

RGB 172 150 255 -
CMYK 0.33 0.41 0 0
HSL 252.57º 1% 0.79% -
HSV(B) 252.57º 0.41% 1% -
XYZ 45.97 37.8 99.48 -
YUV 168.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 172 150 255 0.33 0.41 0 0 252.57 1 0.79
Hex AC 96 FF 21 29 0 0 FD 64 4F
Octal 254 226 377 41 51 0 0 375 144 117
Binary 10101100 10010110 11111111 100001 101001 0 0 11111101 1100100 1001111

Color Harmonies of #AC96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96FF

Black with #AC96FF

Text Example


Text Example

White with #AC96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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