Html Css Color HEX #AD21E7 Dark Orchid

📋 copy color: '#AD21E7'

red 173 ◦ green 33 ◦ blue 231

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

Shades of Dark Orchid #AD21E7

Tints of Dark Orchid #AD21E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 39.59%
G = 7.55%
B = 52.86%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD21E7 (or 0xAD21E7) is known color: Dark Orchid. HEX triplet: AD, 21 and E7. RGB value is (173,33,231). Sum of RGB (Red+Green+Blue) = 173+33+231=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD21E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21E7 is #52DE18. Grayscale: #606060. Windows color (decimal): -5430809 or 15147437. OLE color: 15147437.

HSL color Cylindrical-coordinate representation of color #AD21E7: hue angle of 282.42º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD21E7 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 33 231 -
CMYK 0.25 0.86 0 0.09
HSL 282.42º 0.8% 0.52% -
HSV(B) 282.42º 0.86% 0.91% -
XYZ 32.2 15.74 76.94 -
YUV 97.43 203.38 181.9 -
System Red Green Blue C M Y K H S L
Decimal 173 33 231 0.25 0.86 0 0.09 282.42 0.8 0.52
Hex AD 21 E7 19 56 0 9 11A 50 34
Octal 255 41 347 31 126 0 11 432 120 64
Binary 10101101 100001 11100111 11001 1010110 0 1001 100011010 1010000 110100

Color Harmonies of #AD21E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21E7

Black with #AD21E7

Text Example


Text Example

White with #AD21E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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