Html Css Color HEX #AD83ED Biloba Flower

📋 copy color: '#AD83ED'

red 173 ◦ green 131 ◦ blue 237

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

Shades of Biloba Flower #AD83ED

Tints of Biloba Flower #AD83ED

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.21%

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

R = 31.98%
G = 24.21%
B = 43.81%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD83ED (or 0xAD83ED) is known color: Biloba Flower. HEX triplet: AD, 83 and ED. RGB value is (173,131,237). Sum of RGB (Red+Green+Blue) = 173+131+237=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83ED is #527C12. Grayscale: #9B9B9B. Windows color (decimal): -5405715 or 15565741. OLE color: 15565741.

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

Color convert

RGB 173 131 237 -
CMYK 0.27 0.45 0 0.07
HSL 263.77º 0.75% 0.72% -
HSV(B) 263.77º 0.45% 0.93% -
XYZ 40.64 31.23 84.01 -
YUV 155.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 173 131 237 0.27 0.45 0 0.07 263.77 0.75 0.72
Hex AD 83 ED 1B 2D 0 7 108 4B 48
Octal 255 203 355 33 55 0 7 410 113 110
Binary 10101101 10000011 11101101 11011 101101 0 111 100001000 1001011 1001000

Color Harmonies of #AD83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83ED

Black with #AD83ED

Text Example


Text Example

White with #AD83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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