Html Css Color HEX #A73DDF Dark Orchid

📋 copy color: '#A73DDF'

red 167 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #A73DDF

Tints of Dark Orchid #A73DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 37.03%
G = 13.53%
B = 49.45%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73DDF (or 0xA73DDF) is known color: Dark Orchid. HEX triplet: A7, 3D and DF. RGB value is (167,61,223). Sum of RGB (Red+Green+Blue) = 167+61+223=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A73DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DDF is #58C220. Grayscale: #6E6E6E. Windows color (decimal): -5816865 or 14630311. OLE color: 14630311.

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

Color convert

RGB 167 61 223 -
CMYK 0.25 0.73 0 0.13
HSL 279.26º 0.72% 0.56% -
HSV(B) 279.26º 0.73% 0.87% -
XYZ 30.92 16.88 71.44 -
YUV 111.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 167 61 223 0.25 0.73 0 0.13 279.26 0.72 0.56
Hex A7 3D DF 19 49 0 D 117 48 38
Octal 247 75 337 31 111 0 15 427 110 70
Binary 10100111 111101 11011111 11001 1001001 0 1101 100010111 1001000 111000

Color Harmonies of #A73DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DDF

Black with #A73DDF

Text Example


Text Example

White with #A73DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DDF; }

 p { color: rgb(167,61,223); }

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

background-color css

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

 a { background-color: rgb(167,61,223); }

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

border-color css

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

 span { border-color: rgb(167,61,223); }

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