Html Css Color HEX #AD34DD Dark Orchid

📋 copy color: '#AD34DD'

red 173 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #AD34DD

Tints of Dark Orchid #AD34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 38.79%
G = 11.66%
B = 49.55%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD34DD (or 0xAD34DD) is known color: Dark Orchid. HEX triplet: AD, 34 and DD. RGB value is (173,52,221). Sum of RGB (Red+Green+Blue) = 173+52+221=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34DD is #52CB22. Grayscale: #6A6A6A. Windows color (decimal): -5425955 or 14496941. OLE color: 14496941.

HSL color Cylindrical-coordinate representation of color #AD34DD: hue angle of 282.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD34DD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 52 221 -
CMYK 0.22 0.76 0 0.13
HSL 282.96º 0.71% 0.54% -
HSV(B) 282.96º 0.76% 0.87% -
XYZ 31.51 16.56 69.94 -
YUV 107.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 173 52 221 0.22 0.76 0 0.13 282.96 0.71 0.54
Hex AD 34 DD 16 4C 0 D 11B 47 36
Octal 255 64 335 26 114 0 15 433 107 66
Binary 10101101 110100 11011101 10110 1001100 0 1101 100011011 1000111 110110

Color Harmonies of #AD34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34DD

Black with #AD34DD

Text Example


Text Example

White with #AD34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34DD; }

 p { color: rgb(173,52,221); }

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

background-color css

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

 a { background-color: rgb(173,52,221); }

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

border-color css

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

 span { border-color: rgb(173,52,221); }

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