Html Css Color HEX #AD30BA Dark Orchid

📋 copy color: '#AD30BA'

red 173 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #AD30BA

Tints of Dark Orchid #AD30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 42.51%
G = 11.79%
B = 45.7%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD30BA (or 0xAD30BA) is known color: Dark Orchid. HEX triplet: AD, 30 and BA. RGB value is (173,48,186). Sum of RGB (Red+Green+Blue) = 173+48+186=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30BA is #52CF45. Grayscale: #646464. Windows color (decimal): -5427014 or 12202157. OLE color: 12202157.

HSL color Cylindrical-coordinate representation of color #AD30BA: hue angle of 294.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD30BA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 48 186 -
CMYK 0.07 0.74 0 0.27
HSL 294.35º 0.59% 0.46% -
HSV(B) 294.35º 0.74% 0.73% -
XYZ 27.15 14.54 47.83 -
YUV 101.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 173 48 186 0.07 0.74 0 0.27 294.35 0.59 0.46
Hex AD 30 BA 7 4A 0 1B 126 3B 2E
Octal 255 60 272 7 112 0 33 446 73 56
Binary 10101101 110000 10111010 111 1001010 0 11011 100100110 111011 101110

Color Harmonies of #AD30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30BA

Black with #AD30BA

Text Example


Text Example

White with #AD30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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