Html Css Color HEX #AD95E0 Biloba Flower

📋 copy color: '#AD95E0'

red 173 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #AD95E0

Tints of Biloba Flower #AD95E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 31.68%
G = 27.29%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD95E0 (or 0xAD95E0) is known color: Biloba Flower. HEX triplet: AD, 95 and E0. RGB value is (173,149,224). Sum of RGB (Red+Green+Blue) = 173+149+224=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD95E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95E0 is #526A1F. Grayscale: #A4A4A4. Windows color (decimal): -5401120 or 14718381. OLE color: 14718381.

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

Color convert

RGB 173 149 224 -
CMYK 0.23 0.33 0 0.12
HSL 259.2º 0.55% 0.73% -
HSV(B) 259.2º 0.33% 0.88% -
XYZ 41.44 35.76 75.24 -
YUV 164.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 173 149 224 0.23 0.33 0 0.12 259.2 0.55 0.73
Hex AD 95 E0 17 21 0 C 103 37 49
Octal 255 225 340 27 41 0 14 403 67 111
Binary 10101101 10010101 11100000 10111 100001 0 1100 100000011 110111 1001001

Color Harmonies of #AD95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95E0

Black with #AD95E0

Text Example


Text Example

White with #AD95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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