Html Css Color HEX #A03ADD Dark Orchid

📋 copy color: '#A03ADD'

red 160 ◦ green 58 ◦ blue 221

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

Shades of Dark Orchid #A03ADD

Tints of Dark Orchid #A03ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 36.45%
G = 13.21%
B = 50.34%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A03ADD (or 0xA03ADD) is known color: Dark Orchid. HEX triplet: A0, 3A and DD. RGB value is (160,58,221). Sum of RGB (Red+Green+Blue) = 160+58+221=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A03ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ADD is #5FC522. Grayscale: #6A6A6A. Windows color (decimal): -6276387 or 14498464. OLE color: 14498464.

HSL color Cylindrical-coordinate representation of color #A03ADD: hue angle of 277.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03ADD is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 58 221 -
CMYK 0.28 0.74 0 0.13
HSL 277.55º 0.71% 0.55% -
HSV(B) 277.55º 0.74% 0.87% -
XYZ 29.06 15.72 69.91 -
YUV 107.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 160 58 221 0.28 0.74 0 0.13 277.55 0.71 0.55
Hex A0 3A DD 1C 4A 0 D 116 47 37
Octal 240 72 335 34 112 0 15 426 107 67
Binary 10100000 111010 11011101 11100 1001010 0 1101 100010110 1000111 110111

Color Harmonies of #A03ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03ADD

Black with #A03ADD

Text Example


Text Example

White with #A03ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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