Html Css Color HEX #AD95CE Biloba Flower

📋 copy color: '#AD95CE'

red 173 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #AD95CE

Tints of Biloba Flower #AD95CE

RGB

 RED value IS 173 (67.97% from 255) = 32.77%

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 32.77%
G = 28.22%
B = 39.02%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD95CE (or 0xAD95CE) is known color: Biloba Flower. HEX triplet: AD, 95 and CE. RGB value is (173,149,206). Sum of RGB (Red+Green+Blue) = 173+149+206=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95CE is #526A31. Grayscale: #A2A2A2. Windows color (decimal): -5401138 or 13538733. OLE color: 13538733.

HSL color Cylindrical-coordinate representation of color #AD95CE: hue angle of 265.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD95CE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 149 206 -
CMYK 0.16 0.28 0 0.19
HSL 265.26º 0.37% 0.7% -
HSV(B) 265.26º 0.28% 0.81% -
XYZ 39.12 34.84 63.05 -
YUV 162.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 173 149 206 0.16 0.28 0 0.19 265.26 0.37 0.7
Hex AD 95 CE 10 1C 0 13 109 25 46
Octal 255 225 316 20 34 0 23 411 45 106
Binary 10101101 10010101 11001110 10000 11100 0 10011 100001001 100101 1000110

Color Harmonies of #AD95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95CE

Black with #AD95CE

Text Example


Text Example

White with #AD95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95CE; }

 p { color: rgb(173,149,206); }

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

background-color css

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

 a { background-color: rgb(173,149,206); }

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

border-color css

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

 span { border-color: rgb(173,149,206); }

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