Html Css Color HEX #AD33C3 Dark Orchid

📋 copy color: '#AD33C3'

red 173 ◦ green 51 ◦ blue 195

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

Shades of Dark Orchid #AD33C3

Tints of Dark Orchid #AD33C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.54%

R = 41.29%
G = 12.17%
B = 46.54%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD33C3 (or 0xAD33C3) is known color: Dark Orchid. HEX triplet: AD, 33 and C3. RGB value is (173,51,195). Sum of RGB (Red+Green+Blue) = 173+51+195=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD33C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33C3 is #52CC3C. Grayscale: #676767. Windows color (decimal): -5426237 or 12792749. OLE color: 12792749.

HSL color Cylindrical-coordinate representation of color #AD33C3: hue angle of 290.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD33C3 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 51 195 -
CMYK 0.11 0.74 0 0.24
HSL 290.83º 0.59% 0.48% -
HSV(B) 290.83º 0.74% 0.76% -
XYZ 28.27 15.19 53.07 -
YUV 103.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 173 51 195 0.11 0.74 0 0.24 290.83 0.59 0.48
Hex AD 33 C3 B 4A 0 18 123 3B 30
Octal 255 63 303 13 112 0 30 443 73 60
Binary 10101101 110011 11000011 1011 1001010 0 11000 100100011 111011 110000

Color Harmonies of #AD33C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33C3

Black with #AD33C3

Text Example


Text Example

White with #AD33C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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