Html Css Color HEX #A437AD Dark Orchid

📋 copy color: '#A437AD'

red 164 ◦ green 55 ◦ blue 173

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

Shades of Dark Orchid #A437AD

Tints of Dark Orchid #A437AD

RGB

 RED value IS 164 (64.45% from 255) = 41.84%

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

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

R = 41.84%
G = 14.03%
B = 44.13%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A437AD (or 0xA437AD) is known color: Dark Orchid. HEX triplet: A4, 37 and AD. RGB value is (164,55,173). Sum of RGB (Red+Green+Blue) = 164+55+173=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A437AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A437AD is #5BC852. Grayscale: #646464. Windows color (decimal): -6015059 or 11351972. OLE color: 11351972.

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

Color convert

RGB 164 55 173 -
CMYK 0.05 0.68 0 0.32
HSL 295.42º 0.52% 0.45% -
HSV(B) 295.42º 0.68% 0.68% -
XYZ 24.22 13.64 40.89 -
YUV 101.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 164 55 173 0.05 0.68 0 0.32 295.42 0.52 0.45
Hex A4 37 AD 5 44 0 20 127 34 2D
Octal 244 67 255 5 104 0 40 447 64 55
Binary 10100100 110111 10101101 101 1000100 0 100000 100100111 110100 101101

Color Harmonies of #A437AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437AD

Black with #A437AD

Text Example


Text Example

White with #A437AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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