Html Css Color HEX #A03AD5 Dark Orchid

📋 copy color: '#A03AD5'

red 160 ◦ green 58 ◦ blue 213

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

Shades of Dark Orchid #A03AD5

Tints of Dark Orchid #A03AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 37.12%
G = 13.46%
B = 49.42%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A03AD5 (or 0xA03AD5) is known color: Dark Orchid. HEX triplet: A0, 3A and D5. RGB value is (160,58,213). Sum of RGB (Red+Green+Blue) = 160+58+213=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #A03AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AD5 is #5FC52A. Grayscale: #696969. Windows color (decimal): -6276395 or 13974176. OLE color: 13974176.

HSL color Cylindrical-coordinate representation of color #A03AD5: hue angle of 279.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03AD5 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 58 213 -
CMYK 0.25 0.73 0 0.16
HSL 279.48º 0.65% 0.53% -
HSV(B) 279.48º 0.73% 0.84% -
XYZ 28.02 15.3 64.43 -
YUV 106.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 160 58 213 0.25 0.73 0 0.16 279.48 0.65 0.53
Hex A0 3A D5 19 49 0 10 117 41 35
Octal 240 72 325 31 111 0 20 427 101 65
Binary 10100000 111010 11010101 11001 1001001 0 10000 100010111 1000001 110101

Color Harmonies of #A03AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AD5

Black with #A03AD5

Text Example


Text Example

White with #A03AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AD5; }

 p { color: rgb(160,58,213); }

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

background-color css

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

 a { background-color: rgb(160,58,213); }

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

border-color css

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

 span { border-color: rgb(160,58,213); }

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