Html Css Color HEX #AD95D8 Biloba Flower

📋 copy color: '#AD95D8'

red 173 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #AD95D8

Tints of Biloba Flower #AD95D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 32.16%
G = 27.7%
B = 40.15%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD95D8 (or 0xAD95D8) is known color: Biloba Flower. HEX triplet: AD, 95 and D8. RGB value is (173,149,216). Sum of RGB (Red+Green+Blue) = 173+149+216=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD95D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95D8 is #526A27. Grayscale: #A3A3A3. Windows color (decimal): -5401128 or 14194093. OLE color: 14194093.

HSL color Cylindrical-coordinate representation of color #AD95D8: hue angle of 261.49º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD95D8 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 149 216 -
CMYK 0.20 0.31 0 0.15
HSL 261.49º 0.46% 0.72% -
HSV(B) 261.49º 0.31% 0.85% -
XYZ 40.38 35.34 69.66 -
YUV 163.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 173 149 216 0.20 0.31 0 0.15 261.49 0.46 0.72
Hex AD 95 D8 14 1F 0 F 105 2E 48
Octal 255 225 330 24 37 0 17 405 56 110
Binary 10101101 10010101 11011000 10100 11111 0 1111 100000101 101110 1001000

Color Harmonies of #AD95D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95D8

Black with #AD95D8

Text Example


Text Example

White with #AD95D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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