Html Css Color HEX #AD21B3 Dark Orchid

📋 copy color: '#AD21B3'

red 173 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #AD21B3

Tints of Dark Orchid #AD21B3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 44.94%
G = 8.57%
B = 46.49%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD21B3 (or 0xAD21B3) is known color: Dark Orchid. HEX triplet: AD, 21 and B3. RGB value is (173,33,179). Sum of RGB (Red+Green+Blue) = 173+33+179=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21B3 is #52DE4C. Grayscale: #5B5B5B. Windows color (decimal): -5430861 or 11739565. OLE color: 11739565.

HSL color Cylindrical-coordinate representation of color #AD21B3: hue angle of 297.53º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD21B3 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 33 179 -
CMYK 0.03 0.82 0 0.30
HSL 297.53º 0.69% 0.42% -
HSV(B) 297.53º 0.82% 0.7% -
XYZ 25.91 13.23 43.84 -
YUV 91.5 177.38 186.13 -
System Red Green Blue C M Y K H S L
Decimal 173 33 179 0.03 0.82 0 0.30 297.53 0.69 0.42
Hex AD 21 B3 3 52 0 1E 12A 45 2A
Octal 255 41 263 3 122 0 36 452 105 52
Binary 10101101 100001 10110011 11 1010010 0 11110 100101010 1000101 101010

Color Harmonies of #AD21B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21B3

Black with #AD21B3

Text Example


Text Example

White with #AD21B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21B3; }

 p { color: rgb(173,33,179); }

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

background-color css

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

 a { background-color: rgb(173,33,179); }

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

border-color css

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

 span { border-color: rgb(173,33,179); }

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