Html Css Color HEX #A730AD Dark Orchid

📋 copy color: '#A730AD'

red 167 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #A730AD

Tints of Dark Orchid #A730AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 43.04%
G = 12.37%
B = 44.59%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A730AD (or 0xA730AD) is known color: Dark Orchid. HEX triplet: A7, 30 and AD. RGB value is (167,48,173). Sum of RGB (Red+Green+Blue) = 167+48+173=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A730AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730AD is #58CF52. Grayscale: #616161. Windows color (decimal): -5820243 or 11350183. OLE color: 11350183.

HSL color Cylindrical-coordinate representation of color #A730AD: hue angle of 297.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A730AD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 48 173 -
CMYK 0.03 0.72 0 0.32
HSL 297.12º 0.57% 0.43% -
HSV(B) 297.12º 0.72% 0.68% -
XYZ 24.54 13.35 40.82 -
YUV 97.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 167 48 173 0.03 0.72 0 0.32 297.12 0.57 0.43
Hex A7 30 AD 3 48 0 20 129 39 2B
Octal 247 60 255 3 110 0 40 451 71 53
Binary 10100111 110000 10101101 11 1001000 0 100000 100101001 111001 101011

Color Harmonies of #A730AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730AD

Black with #A730AD

Text Example


Text Example

White with #A730AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730AD; }

 p { color: rgb(167,48,173); }

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

background-color css

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

 a { background-color: rgb(167,48,173); }

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

border-color css

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

 span { border-color: rgb(167,48,173); }

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