Html Css Color HEX #A73BBA Dark Orchid

📋 copy color: '#A73BBA'

red 167 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A73BBA

Tints of Dark Orchid #A73BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 40.53%
G = 14.32%
B = 45.15%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A73BBA (or 0xA73BBA) is known color: Dark Orchid. HEX triplet: A7, 3B and BA. RGB value is (167,59,186). Sum of RGB (Red+Green+Blue) = 167+59+186=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A73BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BBA is #58C445. Grayscale: #696969. Windows color (decimal): -5817414 or 12204967. OLE color: 12204967.

HSL color Cylindrical-coordinate representation of color #A73BBA: hue angle of 291.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73BBA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 59 186 -
CMYK 0.10 0.68 0 0.27
HSL 291.02º 0.52% 0.48% -
HSV(B) 291.02º 0.68% 0.73% -
XYZ 26.36 14.89 47.94 -
YUV 105.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 167 59 186 0.10 0.68 0 0.27 291.02 0.52 0.48
Hex A7 3B BA A 44 0 1B 123 34 30
Octal 247 73 272 12 104 0 33 443 64 60
Binary 10100111 111011 10111010 1010 1000100 0 11011 100100011 110100 110000

Color Harmonies of #A73BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BBA

Black with #A73BBA

Text Example


Text Example

White with #A73BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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