Html Css Color HEX #A436AD Dark Orchid

📋 copy color: '#A436AD'

red 164 ◦ green 54 ◦ blue 173

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

Shades of Dark Orchid #A436AD

Tints of Dark Orchid #A436AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

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

R = 41.94%
G = 13.81%
B = 44.25%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A436AD (or 0xA436AD) is known color: Dark Orchid. HEX triplet: A4, 36 and AD. RGB value is (164,54,173). Sum of RGB (Red+Green+Blue) = 164+54+173=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 54 (21.48% from 255 or 13.81% 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 #A436AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436AD is #5BC952. Grayscale: #646464. Windows color (decimal): -6015315 or 11351716. OLE color: 11351716.

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

Color convert

RGB 164 54 173 -
CMYK 0.05 0.69 0 0.32
HSL 295.46º 0.52% 0.45% -
HSV(B) 295.46º 0.69% 0.68% -
XYZ 24.17 13.55 40.88 -
YUV 100.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 164 54 173 0.05 0.69 0 0.32 295.46 0.52 0.45
Hex A4 36 AD 5 45 0 20 127 34 2D
Octal 244 66 255 5 105 0 40 447 64 55
Binary 10100100 110110 10101101 101 1000101 0 100000 100100111 110100 101101

Color Harmonies of #A436AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436AD

Black with #A436AD

Text Example


Text Example

White with #A436AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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