Html Css Color HEX #A73CDA Dark Orchid

📋 copy color: '#A73CDA'

red 167 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #A73CDA

Tints of Dark Orchid #A73CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.48%

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

R = 37.53%
G = 13.48%
B = 48.99%

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

#A73CDA (or 0xA73CDA) is known color: Dark Orchid. HEX triplet: A7, 3C and DA. RGB value is (167,60,218). Sum of RGB (Red+Green+Blue) = 167+60+218=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #A73CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CDA is #58C325. Grayscale: #6D6D6D. Windows color (decimal): -5817126 or 14302375. OLE color: 14302375.

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

Color convert

RGB 167 60 218 -
CMYK 0.23 0.72 0 0.15
HSL 280.63º 0.68% 0.55% -
HSV(B) 280.63º 0.72% 0.85% -
XYZ 30.21 16.51 67.92 -
YUV 110.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 167 60 218 0.23 0.72 0 0.15 280.63 0.68 0.55
Hex A7 3C DA 17 48 0 F 119 44 37
Octal 247 74 332 27 110 0 17 431 104 67
Binary 10100111 111100 11011010 10111 1001000 0 1111 100011001 1000100 110111

Color Harmonies of #A73CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CDA

Black with #A73CDA

Text Example


Text Example

White with #A73CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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