Html Css Color HEX #A73EDA Dark Orchid

📋 copy color: '#A73EDA'

red 167 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #A73EDA

Tints of Dark Orchid #A73EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 37.36%
G = 13.87%
B = 48.77%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A73EDA (or 0xA73EDA) is known color: Dark Orchid. HEX triplet: A7, 3E and DA. RGB value is (167,62,218). Sum of RGB (Red+Green+Blue) = 167+62+218=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A73EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EDA is #58C125. Grayscale: #6E6E6E. Windows color (decimal): -5816614 or 14302887. OLE color: 14302887.

HSL color Cylindrical-coordinate representation of color #A73EDA: hue angle of 280.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73EDA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 62 218 -
CMYK 0.23 0.72 0 0.15
HSL 280.38º 0.68% 0.55% -
HSV(B) 280.38º 0.72% 0.85% -
XYZ 30.31 16.72 67.96 -
YUV 111.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 167 62 218 0.23 0.72 0 0.15 280.38 0.68 0.55
Hex A7 3E DA 17 48 0 F 118 44 37
Octal 247 76 332 27 110 0 17 430 104 67
Binary 10100111 111110 11011010 10111 1001000 0 1111 100011000 1000100 110111

Color Harmonies of #A73EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EDA

Black with #A73EDA

Text Example


Text Example

White with #A73EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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