Html Css Color HEX #AD95D5 Biloba Flower

📋 copy color: '#AD95D5'

red 173 ◦ green 149 ◦ blue 213

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

Shades of Biloba Flower #AD95D5

Tints of Biloba Flower #AD95D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 32.34%
G = 27.85%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD95D5 (or 0xAD95D5) is known color: Biloba Flower. HEX triplet: AD, 95 and D5. RGB value is (173,149,213). Sum of RGB (Red+Green+Blue) = 173+149+213=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD95D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95D5 is #526A2A. Grayscale: #A3A3A3. Windows color (decimal): -5401131 or 13997485. OLE color: 13997485.

HSL color Cylindrical-coordinate representation of color #AD95D5: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD95D5 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 149 213 -
CMYK 0.19 0.30 0 0.16
HSL 262.5º 0.43% 0.71% -
HSV(B) 262.5º 0.3% 0.84% -
XYZ 39.99 35.18 67.63 -
YUV 163.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 173 149 213 0.19 0.30 0 0.16 262.5 0.43 0.71
Hex AD 95 D5 13 1E 0 10 106 2B 47
Octal 255 225 325 23 36 0 20 406 53 107
Binary 10101101 10010101 11010101 10011 11110 0 10000 100000110 101011 1000111

Color Harmonies of #AD95D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95D5

Black with #AD95D5

Text Example


Text Example

White with #AD95D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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