Html Css Color HEX #AD33C9 Dark Orchid

📋 copy color: '#AD33C9'

red 173 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #AD33C9

Tints of Dark Orchid #AD33C9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 40.71%
G = 12%
B = 47.29%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD33C9 (or 0xAD33C9) is known color: Dark Orchid. HEX triplet: AD, 33 and C9. RGB value is (173,51,201). Sum of RGB (Red+Green+Blue) = 173+51+201=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD33C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33C9 is #52CC36. Grayscale: #686868. Windows color (decimal): -5426231 or 13185965. OLE color: 13185965.

HSL color Cylindrical-coordinate representation of color #AD33C9: hue angle of 288.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD33C9 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 51 201 -
CMYK 0.14 0.75 0 0.21
HSL 288.8º 0.6% 0.49% -
HSV(B) 288.8º 0.75% 0.79% -
XYZ 28.96 15.47 56.72 -
YUV 104.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 173 51 201 0.14 0.75 0 0.21 288.8 0.6 0.49
Hex AD 33 C9 E 4B 0 15 121 3C 31
Octal 255 63 311 16 113 0 25 441 74 61
Binary 10101101 110011 11001001 1110 1001011 0 10101 100100001 111100 110001

Color Harmonies of #AD33C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33C9

Black with #AD33C9

Text Example


Text Example

White with #AD33C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33C9; }

 p { color: rgb(173,51,201); }

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

background-color css

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

 a { background-color: rgb(173,51,201); }

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

border-color css

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

 span { border-color: rgb(173,51,201); }

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