Html Css Color HEX #A73ADD Dark Orchid

📋 copy color: '#A73ADD'

red 167 ◦ green 58 ◦ blue 221

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

Shades of Dark Orchid #A73ADD

Tints of Dark Orchid #A73ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13%

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

R = 37.44%
G = 13%
B = 49.55%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73ADD (or 0xA73ADD) is known color: Dark Orchid. HEX triplet: A7, 3A and DD. RGB value is (167,58,221). Sum of RGB (Red+Green+Blue) = 167+58+221=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #A73ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADD is #58C522. Grayscale: #6C6C6C. Windows color (decimal): -5817635 or 14498471. OLE color: 14498471.

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

Color convert

RGB 167 58 221 -
CMYK 0.24 0.74 0 0.13
HSL 280.12º 0.71% 0.55% -
HSV(B) 280.12º 0.74% 0.87% -
XYZ 30.5 16.46 69.98 -
YUV 109.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 167 58 221 0.24 0.74 0 0.13 280.12 0.71 0.55
Hex A7 3A DD 18 4A 0 D 118 47 37
Octal 247 72 335 30 112 0 15 430 107 67
Binary 10100111 111010 11011101 11000 1001010 0 1101 100011000 1000111 110111

Color Harmonies of #A73ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ADD

Black with #A73ADD

Text Example


Text Example

White with #A73ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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