Html Css Color HEX #A337AD Dark Orchid

📋 copy color: '#A337AD'

red 163 ◦ green 55 ◦ blue 173

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

Shades of Dark Orchid #A337AD

Tints of Dark Orchid #A337AD

RGB

 RED value IS 163 (64.06% from 255) = 41.69%

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 41.69%
G = 14.07%
B = 44.25%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A337AD (or 0xA337AD) is known color: Dark Orchid. HEX triplet: A3, 37 and AD. RGB value is (163,55,173). Sum of RGB (Red+Green+Blue) = 163+55+173=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A337AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337AD is #5CC852. Grayscale: #646464. Windows color (decimal): -6080595 or 11351971. OLE color: 11351971.

HSL color Cylindrical-coordinate representation of color #A337AD: hue angle of 294.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A337AD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 55 173 -
CMYK 0.06 0.68 0 0.32
HSL 294.92º 0.52% 0.45% -
HSV(B) 294.92º 0.68% 0.68% -
XYZ 24.01 13.54 40.88 -
YUV 100.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 163 55 173 0.06 0.68 0 0.32 294.92 0.52 0.45
Hex A3 37 AD 6 44 0 20 127 34 2D
Octal 243 67 255 6 104 0 40 447 64 55
Binary 10100011 110111 10101101 110 1000100 0 100000 100100111 110100 101101

Color Harmonies of #A337AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A337AD

Black with #A337AD

Text Example


Text Example

White with #A337AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A337AD; }

 p { color: rgb(163,55,173); }

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

background-color css

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

 a { background-color: rgb(163,55,173); }

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

border-color css

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

 span { border-color: rgb(163,55,173); }

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