Html Css Color HEX #A837AD Dark Orchid

📋 copy color: '#A837AD'

red 168 ◦ green 55 ◦ blue 173

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

Shades of Dark Orchid #A837AD

Tints of Dark Orchid #A837AD

RGB

 RED value IS 168 (66.02% from 255) = 42.42%

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

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

R = 42.42%
G = 13.89%
B = 43.69%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A837AD (or 0xA837AD) is known color: Dark Orchid. HEX triplet: A8, 37 and AD. RGB value is (168,55,173). Sum of RGB (Red+Green+Blue) = 168+55+173=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #A837AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AD is #57C852. Grayscale: #656565. Windows color (decimal): -5752915 or 11351976. OLE color: 11351976.

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

Color convert

RGB 168 55 173 -
CMYK 0.03 0.68 0 0.32
HSL 297.46º 0.52% 0.45% -
HSV(B) 297.46º 0.68% 0.68% -
XYZ 25.06 14.07 40.93 -
YUV 102.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 168 55 173 0.03 0.68 0 0.32 297.46 0.52 0.45
Hex A8 37 AD 3 44 0 20 129 34 2D
Octal 250 67 255 3 104 0 40 451 64 55
Binary 10101000 110111 10101101 11 1000100 0 100000 100101001 110100 101101

Color Harmonies of #A837AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837AD

Black with #A837AD

Text Example


Text Example

White with #A837AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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