Html Css Color HEX #AD3BED Dark Orchid

📋 copy color: '#AD3BED'

red 173 ◦ green 59 ◦ blue 237

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

Shades of Dark Orchid #AD3BED

Tints of Dark Orchid #AD3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.58%

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

R = 36.89%
G = 12.58%
B = 50.53%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD3BED (or 0xAD3BED) is known color: Dark Orchid. HEX triplet: AD, 3B and ED. RGB value is (173,59,237). Sum of RGB (Red+Green+Blue) = 173+59+237=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BED is #52C412. Grayscale: #707070. Windows color (decimal): -5424147 or 15547309. OLE color: 15547309.

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

Color convert

RGB 173 59 237 -
CMYK 0.27 0.75 0 0.07
HSL 278.43º 0.83% 0.58% -
HSV(B) 278.43º 0.75% 0.93% -
XYZ 34.08 18.13 81.82 -
YUV 113.38 197.77 170.53 -
System Red Green Blue C M Y K H S L
Decimal 173 59 237 0.27 0.75 0 0.07 278.43 0.83 0.58
Hex AD 3B ED 1B 4B 0 7 116 53 3A
Octal 255 73 355 33 113 0 7 426 123 72
Binary 10101101 111011 11101101 11011 1001011 0 111 100010110 1010011 111010

Color Harmonies of #AD3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BED

Black with #AD3BED

Text Example


Text Example

White with #AD3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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