Html Css Color HEX #A73BDB Dark Orchid

📋 copy color: '#A73BDB'

red 167 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #A73BDB

Tints of Dark Orchid #A73BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 37.53%
G = 13.26%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A73BDB (or 0xA73BDB) is known color: Dark Orchid. HEX triplet: A7, 3B and DB. RGB value is (167,59,219). Sum of RGB (Red+Green+Blue) = 167+59+219=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #A73BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BDB is #58C424. Grayscale: #6D6D6D. Windows color (decimal): -5817381 or 14367655. OLE color: 14367655.

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

Color convert

RGB 167 59 219 -
CMYK 0.24 0.73 0 0.14
HSL 280.5º 0.69% 0.55% -
HSV(B) 280.5º 0.73% 0.86% -
XYZ 30.29 16.46 68.6 -
YUV 109.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 167 59 219 0.24 0.73 0 0.14 280.5 0.69 0.55
Hex A7 3B DB 18 49 0 E 118 45 37
Octal 247 73 333 30 111 0 16 430 105 67
Binary 10100111 111011 11011011 11000 1001001 0 1110 100011000 1000101 110111

Color Harmonies of #A73BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BDB

Black with #A73BDB

Text Example


Text Example

White with #A73BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BDB; }

 p { color: rgb(167,59,219); }

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

background-color css

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

 a { background-color: rgb(167,59,219); }

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

border-color css

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

 span { border-color: rgb(167,59,219); }

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