Html Css Color HEX #AD33CA Dark Orchid

📋 copy color: '#AD33CA'

red 173 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #AD33CA

Tints of Dark Orchid #AD33CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 40.61%
G = 11.97%
B = 47.42%

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

#AD33CA (or 0xAD33CA) is known color: Dark Orchid. HEX triplet: AD, 33 and CA. RGB value is (173,51,202). Sum of RGB (Red+Green+Blue) = 173+51+202=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD33CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33CA is #52CC35. Grayscale: #686868. Windows color (decimal): -5426230 or 13251501. OLE color: 13251501.

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

Color convert

RGB 173 51 202 -
CMYK 0.14 0.75 0 0.21
HSL 288.48º 0.6% 0.5% -
HSV(B) 288.48º 0.75% 0.79% -
XYZ 29.08 15.52 57.34 -
YUV 104.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 173 51 202 0.14 0.75 0 0.21 288.48 0.6 0.5
Hex AD 33 CA E 4B 0 15 120 3C 32
Octal 255 63 312 16 113 0 25 440 74 62
Binary 10101101 110011 11001010 1110 1001011 0 10101 100100000 111100 110010

Color Harmonies of #AD33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33CA

Black with #AD33CA

Text Example


Text Example

White with #AD33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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