Html Css Color HEX #A73DBB Dark Orchid

📋 copy color: '#A73DBB'

red 167 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A73DBB

Tints of Dark Orchid #A73DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 40.24%
G = 14.7%
B = 45.06%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A73DBB (or 0xA73DBB) is known color: Dark Orchid. HEX triplet: A7, 3D and BB. RGB value is (167,61,187). Sum of RGB (Red+Green+Blue) = 167+61+187=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A73DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DBB is #58C244. Grayscale: #6A6A6A. Windows color (decimal): -5816901 or 12271015. OLE color: 12271015.

HSL color Cylindrical-coordinate representation of color #A73DBB: hue angle of 290.48º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73DBB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 61 187 -
CMYK 0.11 0.67 0 0.27
HSL 290.48º 0.51% 0.49% -
HSV(B) 290.48º 0.67% 0.73% -
XYZ 26.57 15.14 48.54 -
YUV 107.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 167 61 187 0.11 0.67 0 0.27 290.48 0.51 0.49
Hex A7 3D BB B 43 0 1B 122 33 31
Octal 247 75 273 13 103 0 33 442 63 61
Binary 10100111 111101 10111011 1011 1000011 0 11011 100100010 110011 110001

Color Harmonies of #A73DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DBB

Black with #A73DBB

Text Example


Text Example

White with #A73DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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