Html Css Color HEX #A030AD Dark Orchid

📋 copy color: '#A030AD'

red 160 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #A030AD

Tints of Dark Orchid #A030AD

RGB

 RED value IS 160 (62.89% from 255) = 41.99%

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

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

R = 41.99%
G = 12.6%
B = 45.41%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A030AD (or 0xA030AD) is known color: Dark Orchid. HEX triplet: A0, 30 and AD. RGB value is (160,48,173). Sum of RGB (Red+Green+Blue) = 160+48+173=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #A030AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030AD is #5FCF52. Grayscale: #5F5F5F. Windows color (decimal): -6278995 or 11350176. OLE color: 11350176.

HSL color Cylindrical-coordinate representation of color #A030AD: hue angle of 293.76º 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 #A030AD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 48 173 -
CMYK 0.08 0.72 0 0.32
HSL 293.76º 0.57% 0.43% -
HSV(B) 293.76º 0.72% 0.68% -
XYZ 23.1 12.6 40.75 -
YUV 95.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 160 48 173 0.08 0.72 0 0.32 293.76 0.57 0.43
Hex A0 30 AD 8 48 0 20 126 39 2B
Octal 240 60 255 10 110 0 40 446 71 53
Binary 10100000 110000 10101101 1000 1001000 0 100000 100100110 111001 101011

Color Harmonies of #A030AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030AD

Black with #A030AD

Text Example


Text Example

White with #A030AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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