Html Css Color HEX #AD3BEB Dark Orchid

📋 copy color: '#AD3BEB'

red 173 ◦ green 59 ◦ blue 235

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

Shades of Dark Orchid #AD3BEB

Tints of Dark Orchid #AD3BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 37.04%
G = 12.63%
B = 50.32%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD3BEB (or 0xAD3BEB) is known color: Dark Orchid. HEX triplet: AD, 3B and EB. RGB value is (173,59,235). Sum of RGB (Red+Green+Blue) = 173+59+235=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD3BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BEB is #52C414. Grayscale: #707070. Windows color (decimal): -5424149 or 15416237. OLE color: 15416237.

HSL color Cylindrical-coordinate representation of color #AD3BEB: hue angle of 278.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3BEB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 59 235 -
CMYK 0.26 0.75 0 0.08
HSL 278.86º 0.81% 0.58% -
HSV(B) 278.86º 0.75% 0.92% -
XYZ 33.79 18.01 80.29 -
YUV 113.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 173 59 235 0.26 0.75 0 0.08 278.86 0.81 0.58
Hex AD 3B EB 1A 4B 0 8 117 51 3A
Octal 255 73 353 32 113 0 10 427 121 72
Binary 10101101 111011 11101011 11010 1001011 0 1000 100010111 1010001 111010

Color Harmonies of #AD3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BEB

Black with #AD3BEB

Text Example


Text Example

White with #AD3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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