Html Css Color HEX #AC95DF Biloba Flower

📋 copy color: '#AC95DF'

red 172 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #AC95DF

Tints of Biloba Flower #AC95DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.39%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 31.62%
G = 27.39%
B = 40.99%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC95DF (or 0xAC95DF) is known color: Biloba Flower. HEX triplet: AC, 95 and DF. RGB value is (172,149,223). Sum of RGB (Red+Green+Blue) = 172+149+223=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95DF is #536A20. Grayscale: #A4A4A4. Windows color (decimal): -5466657 or 14652844. OLE color: 14652844.

HSL color Cylindrical-coordinate representation of color #AC95DF: hue angle of 258.65º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC95DF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 149 223 -
CMYK 0.23 0.33 0 0.13
HSL 258.65º 0.54% 0.73% -
HSV(B) 258.65º 0.33% 0.87% -
XYZ 41.08 35.59 74.52 -
YUV 164.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 172 149 223 0.23 0.33 0 0.13 258.65 0.54 0.73
Hex AC 95 DF 17 21 0 D 103 36 49
Octal 254 225 337 27 41 0 15 403 66 111
Binary 10101100 10010101 11011111 10111 100001 0 1101 100000011 110110 1001001

Color Harmonies of #AC95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95DF

Black with #AC95DF

Text Example


Text Example

White with #AC95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95DF; }

 p { color: rgb(172,149,223); }

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

background-color css

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

 a { background-color: rgb(172,149,223); }

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

border-color css

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

 span { border-color: rgb(172,149,223); }

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