Html Css Color HEX #AD37C2 Dark Orchid

📋 copy color: '#AD37C2'

red 173 ◦ green 55 ◦ blue 194

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

Shades of Dark Orchid #AD37C2

Tints of Dark Orchid #AD37C2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 41%
G = 13.03%
B = 45.97%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD37C2 (or 0xAD37C2) is known color: Dark Orchid. HEX triplet: AD, 37 and C2. RGB value is (173,55,194). Sum of RGB (Red+Green+Blue) = 173+55+194=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD37C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37C2 is #52C83D. Grayscale: #696969. Windows color (decimal): -5425214 or 12728237. OLE color: 12728237.

HSL color Cylindrical-coordinate representation of color #AD37C2: hue angle of 290.94º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD37C2 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 55 194 -
CMYK 0.11 0.72 0 0.24
HSL 290.94º 0.56% 0.49% -
HSV(B) 290.94º 0.72% 0.76% -
XYZ 28.34 15.51 52.54 -
YUV 106.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 173 55 194 0.11 0.72 0 0.24 290.94 0.56 0.49
Hex AD 37 C2 B 48 0 18 123 38 31
Octal 255 67 302 13 110 0 30 443 70 61
Binary 10101101 110111 11000010 1011 1001000 0 11000 100100011 111000 110001

Color Harmonies of #AD37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37C2

Black with #AD37C2

Text Example


Text Example

White with #AD37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37C2; }

 p { color: rgb(173,55,194); }

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

background-color css

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

 a { background-color: rgb(173,55,194); }

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

border-color css

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

 span { border-color: rgb(173,55,194); }

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