Html Css Color HEX #AD30D1 Dark Orchid

📋 copy color: '#AD30D1'

red 173 ◦ green 48 ◦ blue 209

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

Shades of Dark Orchid #AD30D1

Tints of Dark Orchid #AD30D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 40.23%
G = 11.16%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD30D1 (or 0xAD30D1) is known color: Dark Orchid. HEX triplet: AD, 30 and D1. RGB value is (173,48,209). Sum of RGB (Red+Green+Blue) = 173+48+209=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD30D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30D1 is #52CF2E. Grayscale: #676767. Windows color (decimal): -5426991 or 13709485. OLE color: 13709485.

HSL color Cylindrical-coordinate representation of color #AD30D1: hue angle of 286.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD30D1 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 48 209 -
CMYK 0.17 0.77 0 0.18
HSL 286.58º 0.64% 0.5% -
HSV(B) 286.58º 0.77% 0.82% -
XYZ 29.8 15.6 61.76 -
YUV 103.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 173 48 209 0.17 0.77 0 0.18 286.58 0.64 0.5
Hex AD 30 D1 11 4D 0 12 11F 40 32
Octal 255 60 321 21 115 0 22 437 100 62
Binary 10101101 110000 11010001 10001 1001101 0 10010 100011111 1000000 110010

Color Harmonies of #AD30D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30D1

Black with #AD30D1

Text Example


Text Example

White with #AD30D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30D1; }

 p { color: rgb(173,48,209); }

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

background-color css

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

 a { background-color: rgb(173,48,209); }

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

border-color css

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

 span { border-color: rgb(173,48,209); }

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