Html Css Color HEX #AD35ED Dark Orchid

📋 copy color: '#AD35ED'

red 173 ◦ green 53 ◦ blue 237

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

Shades of Dark Orchid #AD35ED

Tints of Dark Orchid #AD35ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.45%

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

R = 37.37%
G = 11.45%
B = 51.19%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD35ED (or 0xAD35ED) is known color: Dark Orchid. HEX triplet: AD, 35 and ED. RGB value is (173,53,237). Sum of RGB (Red+Green+Blue) = 173+53+237=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD35ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD35ED is #52CA12. Grayscale: #6D6D6D. Windows color (decimal): -5425683 or 15545773. OLE color: 15545773.

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

Color convert

RGB 173 53 237 -
CMYK 0.27 0.78 0 0.07
HSL 279.13º 0.84% 0.57% -
HSV(B) 279.13º 0.78% 0.93% -
XYZ 33.79 17.54 81.73 -
YUV 109.86 199.76 173.04 -
System Red Green Blue C M Y K H S L
Decimal 173 53 237 0.27 0.78 0 0.07 279.13 0.84 0.57
Hex AD 35 ED 1B 4E 0 7 117 54 39
Octal 255 65 355 33 116 0 7 427 124 71
Binary 10101101 110101 11101101 11011 1001110 0 111 100010111 1010100 111001

Color Harmonies of #AD35ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35ED

Black with #AD35ED

Text Example


Text Example

White with #AD35ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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