Html Css Color HEX #AD30B6 Dark Orchid

📋 copy color: '#AD30B6'

red 173 ◦ green 48 ◦ blue 182

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

Shades of Dark Orchid #AD30B6

Tints of Dark Orchid #AD30B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 42.93%
G = 11.91%
B = 45.16%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD30B6 (or 0xAD30B6) is known color: Dark Orchid. HEX triplet: AD, 30 and B6. RGB value is (173,48,182). Sum of RGB (Red+Green+Blue) = 173+48+182=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD30B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30B6 is #52CF49. Grayscale: #646464. Windows color (decimal): -5427018 or 11940013. OLE color: 11940013.

HSL color Cylindrical-coordinate representation of color #AD30B6: hue angle of 295.97º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD30B6 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 48 182 -
CMYK 0.05 0.74 0 0.29
HSL 295.97º 0.58% 0.45% -
HSV(B) 295.97º 0.74% 0.71% -
XYZ 26.73 14.38 45.62 -
YUV 100.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 173 48 182 0.05 0.74 0 0.29 295.97 0.58 0.45
Hex AD 30 B6 5 4A 0 1D 128 3A 2D
Octal 255 60 266 5 112 0 35 450 72 55
Binary 10101101 110000 10110110 101 1001010 0 11101 100101000 111010 101101

Color Harmonies of #AD30B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30B6

Black with #AD30B6

Text Example


Text Example

White with #AD30B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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