Html Css Color HEX #A73EDE Dark Orchid

📋 copy color: '#A73EDE'

red 167 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #A73EDE

Tints of Dark Orchid #A73EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 37.03%
G = 13.75%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73EDE (or 0xA73EDE) is known color: Dark Orchid. HEX triplet: A7, 3E and DE. RGB value is (167,62,222). Sum of RGB (Red+Green+Blue) = 167+62+222=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #A73EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EDE is #58C121. Grayscale: #6F6F6F. Windows color (decimal): -5816610 or 14565031. OLE color: 14565031.

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

Color convert

RGB 167 62 222 -
CMYK 0.25 0.72 0 0.13
HSL 279.38º 0.71% 0.56% -
HSV(B) 279.38º 0.72% 0.87% -
XYZ 30.84 16.93 70.75 -
YUV 111.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 167 62 222 0.25 0.72 0 0.13 279.38 0.71 0.56
Hex A7 3E DE 19 48 0 D 117 47 38
Octal 247 76 336 31 110 0 15 427 107 70
Binary 10100111 111110 11011110 11001 1001000 0 1101 100010111 1000111 111000

Color Harmonies of #A73EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EDE

Black with #A73EDE

Text Example


Text Example

White with #A73EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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