Html Css Color HEX #AC96F0 Biloba Flower

📋 copy color: '#AC96F0'

red 172 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #AC96F0

Tints of Biloba Flower #AC96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 30.6%
G = 26.69%
B = 42.7%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC96F0 (or 0xAC96F0) is known color: Biloba Flower. HEX triplet: AC, 96 and F0. RGB value is (172,150,240). Sum of RGB (Red+Green+Blue) = 172+150+240=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96F0 is #53690F. Grayscale: #A6A6A6. Windows color (decimal): -5466384 or 15767212. OLE color: 15767212.

HSL color Cylindrical-coordinate representation of color #AC96F0: hue angle of 254.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC96F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 150 240 -
CMYK 0.28 0.37 0 0.06
HSL 254.67º 0.75% 0.76% -
HSV(B) 254.67º 0.38% 0.94% -
XYZ 43.65 36.87 87.26 -
YUV 166.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 172 150 240 0.28 0.37 0 0.06 254.67 0.75 0.76
Hex AC 96 F0 1C 25 0 6 FF 4B 4C
Octal 254 226 360 34 45 0 6 377 113 114
Binary 10101100 10010110 11110000 11100 100101 0 110 11111111 1001011 1001100

Color Harmonies of #AC96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96F0

Black with #AC96F0

Text Example


Text Example

White with #AC96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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