Html Css Color HEX #A73CDD Dark Orchid

📋 copy color: '#A73CDD'

red 167 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #A73CDD

Tints of Dark Orchid #A73CDD

RGB

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

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

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

R = 37.28%
G = 13.39%
B = 49.33%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73CDD (or 0xA73CDD) is known color: Dark Orchid. HEX triplet: A7, 3C and DD. RGB value is (167,60,221). Sum of RGB (Red+Green+Blue) = 167+60+221=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #A73CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CDD is #58C322. Grayscale: #6D6D6D. Windows color (decimal): -5817123 or 14498983. OLE color: 14498983.

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

Color convert

RGB 167 60 221 -
CMYK 0.24 0.73 0 0.13
HSL 279.88º 0.7% 0.55% -
HSV(B) 279.88º 0.73% 0.87% -
XYZ 30.6 16.67 70.01 -
YUV 110.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 167 60 221 0.24 0.73 0 0.13 279.88 0.7 0.55
Hex A7 3C DD 18 49 0 D 118 46 37
Octal 247 74 335 30 111 0 15 430 106 67
Binary 10100111 111100 11011101 11000 1001001 0 1101 100011000 1000110 110111

Color Harmonies of #A73CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CDD

Black with #A73CDD

Text Example


Text Example

White with #A73CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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