Html Css Color HEX #AD96ED Biloba Flower

📋 copy color: '#AD96ED'

red 173 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #AD96ED

Tints of Biloba Flower #AD96ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.79%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 30.89%
G = 26.79%
B = 42.32%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD96ED (or 0xAD96ED) is known color: Biloba Flower. HEX triplet: AD, 96 and ED. RGB value is (173,150,237). Sum of RGB (Red+Green+Blue) = 173+150+237=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96ED is #526912. Grayscale: #A6A6A6. Windows color (decimal): -5400851 or 15570605. OLE color: 15570605.

HSL color Cylindrical-coordinate representation of color #AD96ED: hue angle of 255.86º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD96ED is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 150 237 -
CMYK 0.27 0.37 0 0.07
HSL 255.86º 0.71% 0.76% -
HSV(B) 255.86º 0.37% 0.93% -
XYZ 43.43 36.81 84.94 -
YUV 166.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 173 150 237 0.27 0.37 0 0.07 255.86 0.71 0.76
Hex AD 96 ED 1B 25 0 7 100 47 4C
Octal 255 226 355 33 45 0 7 400 107 114
Binary 10101101 10010110 11101101 11011 100101 0 111 100000000 1000111 1001100

Color Harmonies of #AD96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96ED

Black with #AD96ED

Text Example


Text Example

White with #AD96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96ED; }

 p { color: rgb(173,150,237); }

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

background-color css

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

 a { background-color: rgb(173,150,237); }

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

border-color css

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

 span { border-color: rgb(173,150,237); }

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