Html Css Color HEX #AD33BE Dark Orchid

📋 copy color: '#AD33BE'

red 173 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #AD33BE

Tints of Dark Orchid #AD33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 41.79%
G = 12.32%
B = 45.89%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD33BE (or 0xAD33BE) is known color: Dark Orchid. HEX triplet: AD, 33 and BE. RGB value is (173,51,190). Sum of RGB (Red+Green+Blue) = 173+51+190=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BE is #52CC41. Grayscale: #666666. Windows color (decimal): -5426242 or 12465069. OLE color: 12465069.

HSL color Cylindrical-coordinate representation of color #AD33BE: hue angle of 292.66º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD33BE is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 51 190 -
CMYK 0.09 0.73 0 0.25
HSL 292.66º 0.58% 0.47% -
HSV(B) 292.66º 0.73% 0.75% -
XYZ 27.71 14.97 50.14 -
YUV 103.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 173 51 190 0.09 0.73 0 0.25 292.66 0.58 0.47
Hex AD 33 BE 9 49 0 19 125 3A 2F
Octal 255 63 276 11 111 0 31 445 72 57
Binary 10101101 110011 10111110 1001 1001001 0 11001 100100101 111010 101111

Color Harmonies of #AD33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33BE

Black with #AD33BE

Text Example


Text Example

White with #AD33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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