Html Css Color HEX #A73EDD Dark Orchid

📋 copy color: '#A73EDD'

red 167 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #A73EDD

Tints of Dark Orchid #A73EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.78%

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

R = 37.11%
G = 13.78%
B = 49.11%

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

#A73EDD (or 0xA73EDD) is known color: Dark Orchid. HEX triplet: A7, 3E and DD. RGB value is (167,62,221). Sum of RGB (Red+Green+Blue) = 167+62+221=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #A73EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EDD is #58C122. Grayscale: #6E6E6E. Windows color (decimal): -5816611 or 14499495. OLE color: 14499495.

HSL color Cylindrical-coordinate representation of color #A73EDD: hue angle of 279.62º 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 #A73EDD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 62 221 -
CMYK 0.24 0.72 0 0.13
HSL 279.62º 0.7% 0.55% -
HSV(B) 279.62º 0.72% 0.87% -
XYZ 30.71 16.88 70.05 -
YUV 111.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 167 62 221 0.24 0.72 0 0.13 279.62 0.7 0.55
Hex A7 3E DD 18 48 0 D 118 46 37
Octal 247 76 335 30 110 0 15 430 106 67
Binary 10100111 111110 11011101 11000 1001000 0 1101 100011000 1000110 110111

Color Harmonies of #A73EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EDD

Black with #A73EDD

Text Example


Text Example

White with #A73EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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