Html Css Color HEX #A73DDD Dark Orchid

📋 copy color: '#A73DDD'

red 167 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #A73DDD

Tints of Dark Orchid #A73DDD

RGB

 RED value IS 167 (65.63% from 255) = 37.19%

 GREEN value IS 61 (24.22% from 255) = 13.59%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 37.19%
G = 13.59%
B = 49.22%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73DDD (or 0xA73DDD) is known color: Dark Orchid. HEX triplet: A7, 3D and DD. RGB value is (167,61,221). Sum of RGB (Red+Green+Blue) = 167+61+221=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A73DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DDD is #58C222. Grayscale: #6E6E6E. Windows color (decimal): -5816867 or 14499239. OLE color: 14499239.

HSL color Cylindrical-coordinate representation of color #A73DDD: hue angle of 279.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73DDD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 61 221 -
CMYK 0.24 0.72 0 0.13
HSL 279.75º 0.7% 0.55% -
HSV(B) 279.75º 0.72% 0.87% -
XYZ 30.66 16.77 70.03 -
YUV 110.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 167 61 221 0.24 0.72 0 0.13 279.75 0.7 0.55
Hex A7 3D DD 18 48 0 D 118 46 37
Octal 247 75 335 30 110 0 15 430 106 67
Binary 10100111 111101 11011101 11000 1001000 0 1101 100011000 1000110 110111

Color Harmonies of #A73DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DDD

Black with #A73DDD

Text Example


Text Example

White with #A73DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DDD; }

 p { color: rgb(167,61,221); }

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

background-color css

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

 a { background-color: rgb(167,61,221); }

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

border-color css

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

 span { border-color: rgb(167,61,221); }

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