Html Css Color HEX #AD85ED Biloba Flower

📋 copy color: '#AD85ED'

red 173 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #AD85ED

Tints of Biloba Flower #AD85ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.49%

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

R = 31.86%
G = 24.49%
B = 43.65%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD85ED (or 0xAD85ED) is known color: Biloba Flower. HEX triplet: AD, 85 and ED. RGB value is (173,133,237). Sum of RGB (Red+Green+Blue) = 173+133+237=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85ED is #527A12. Grayscale: #9C9C9C. Windows color (decimal): -5405203 or 15566253. OLE color: 15566253.

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

Color convert

RGB 173 133 237 -
CMYK 0.27 0.44 0 0.07
HSL 263.08º 0.74% 0.73% -
HSV(B) 263.08º 0.44% 0.93% -
XYZ 40.91 31.77 84.1 -
YUV 156.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 173 133 237 0.27 0.44 0 0.07 263.08 0.74 0.73
Hex AD 85 ED 1B 2C 0 7 107 4A 49
Octal 255 205 355 33 54 0 7 407 112 111
Binary 10101101 10000101 11101101 11011 101100 0 111 100000111 1001010 1001001

Color Harmonies of #AD85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85ED

Black with #AD85ED

Text Example


Text Example

White with #AD85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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