Html Css Color HEX #A73DDB Dark Orchid

📋 copy color: '#A73DDB'

red 167 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #A73DDB

Tints of Dark Orchid #A73DDB

RGB

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

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

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

R = 37.36%
G = 13.65%
B = 48.99%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A73DDB (or 0xA73DDB) is known color: Dark Orchid. HEX triplet: A7, 3D and DB. RGB value is (167,61,219). Sum of RGB (Red+Green+Blue) = 167+61+219=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #A73DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DDB is #58C224. Grayscale: #6E6E6E. Windows color (decimal): -5816869 or 14368167. OLE color: 14368167.

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

Color convert

RGB 167 61 219 -
CMYK 0.24 0.72 0 0.14
HSL 280.25º 0.69% 0.55% -
HSV(B) 280.25º 0.72% 0.86% -
XYZ 30.39 16.67 68.63 -
YUV 110.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 167 61 219 0.24 0.72 0 0.14 280.25 0.69 0.55
Hex A7 3D DB 18 48 0 E 118 45 37
Octal 247 75 333 30 110 0 16 430 105 67
Binary 10100111 111101 11011011 11000 1001000 0 1110 100011000 1000101 110111

Color Harmonies of #A73DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DDB

Black with #A73DDB

Text Example


Text Example

White with #A73DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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