Html Css Color HEX #A73BD3 Dark Orchid

📋 copy color: '#A73BD3'

red 167 ◦ green 59 ◦ blue 211

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

Shades of Dark Orchid #A73BD3

Tints of Dark Orchid #A73BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.28%

R = 38.22%
G = 13.5%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A73BD3 (or 0xA73BD3) is known color: Dark Orchid. HEX triplet: A7, 3B and D3. RGB value is (167,59,211). Sum of RGB (Red+Green+Blue) = 167+59+211=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #A73BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BD3 is #58C42C. Grayscale: #6C6C6C. Windows color (decimal): -5817389 or 13843367. OLE color: 13843367.

HSL color Cylindrical-coordinate representation of color #A73BD3: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73BD3 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 59 211 -
CMYK 0.21 0.72 0 0.17
HSL 282.63º 0.63% 0.53% -
HSV(B) 282.63º 0.72% 0.83% -
XYZ 29.26 16.05 63.18 -
YUV 108.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 167 59 211 0.21 0.72 0 0.17 282.63 0.63 0.53
Hex A7 3B D3 15 48 0 11 11B 3F 35
Octal 247 73 323 25 110 0 21 433 77 65
Binary 10100111 111011 11010011 10101 1001000 0 10001 100011011 111111 110101

Color Harmonies of #A73BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BD3

Black with #A73BD3

Text Example


Text Example

White with #A73BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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