Html Css Color HEX #AD31C3 Dark Orchid

📋 copy color: '#AD31C3'

red 173 ◦ green 49 ◦ blue 195

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

Shades of Dark Orchid #AD31C3

Tints of Dark Orchid #AD31C3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

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

R = 41.49%
G = 11.75%
B = 46.76%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD31C3 (or 0xAD31C3) is known color: Dark Orchid. HEX triplet: AD, 31 and C3. RGB value is (173,49,195). Sum of RGB (Red+Green+Blue) = 173+49+195=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD31C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31C3 is #52CE3C. Grayscale: #666666. Windows color (decimal): -5426749 or 12792237. OLE color: 12792237.

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

Color convert

RGB 173 49 195 -
CMYK 0.11 0.75 0 0.24
HSL 290.96º 0.6% 0.48% -
HSV(B) 290.96º 0.75% 0.76% -
XYZ 28.18 15.02 53.04 -
YUV 102.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 173 49 195 0.11 0.75 0 0.24 290.96 0.6 0.48
Hex AD 31 C3 B 4B 0 18 123 3C 30
Octal 255 61 303 13 113 0 30 443 74 60
Binary 10101101 110001 11000011 1011 1001011 0 11000 100100011 111100 110000

Color Harmonies of #AD31C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31C3

Black with #AD31C3

Text Example


Text Example

White with #AD31C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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