Html Css Color HEX #A73BDA Dark Orchid

📋 copy color: '#A73BDA'

red 167 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #A73BDA

Tints of Dark Orchid #A73BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 37.61%
G = 13.29%
B = 49.1%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A73BDA (or 0xA73BDA) is known color: Dark Orchid. HEX triplet: A7, 3B and DA. RGB value is (167,59,218). Sum of RGB (Red+Green+Blue) = 167+59+218=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #A73BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BDA is #58C425. Grayscale: #6C6C6C. Windows color (decimal): -5817382 or 14302119. OLE color: 14302119.

HSL color Cylindrical-coordinate representation of color #A73BDA: hue angle of 280.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73BDA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 59 218 -
CMYK 0.23 0.73 0 0.15
HSL 280.75º 0.68% 0.54% -
HSV(B) 280.75º 0.73% 0.85% -
XYZ 30.16 16.41 67.91 -
YUV 109.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 167 59 218 0.23 0.73 0 0.15 280.75 0.68 0.54
Hex A7 3B DA 17 49 0 F 119 44 36
Octal 247 73 332 27 111 0 17 431 104 66
Binary 10100111 111011 11011010 10111 1001001 0 1111 100011001 1000100 110110

Color Harmonies of #A73BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BDA

Black with #A73BDA

Text Example


Text Example

White with #A73BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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