Html Css Color HEX #A136AD Dark Orchid

📋 copy color: '#A136AD'

red 161 ◦ green 54 ◦ blue 173

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

Shades of Dark Orchid #A136AD

Tints of Dark Orchid #A136AD

RGB

 RED value IS 161 (63.28% from 255) = 41.49%

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

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

R = 41.49%
G = 13.92%
B = 44.59%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A136AD (or 0xA136AD) is known color: Dark Orchid. HEX triplet: A1, 36 and AD. RGB value is (161,54,173). Sum of RGB (Red+Green+Blue) = 161+54+173=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A136AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136AD is #5EC952. Grayscale: #636363. Windows color (decimal): -6211923 or 11351713. OLE color: 11351713.

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

Color convert

RGB 161 54 173 -
CMYK 0.07 0.69 0 0.32
HSL 293.95º 0.52% 0.45% -
HSV(B) 293.95º 0.69% 0.68% -
XYZ 23.56 13.23 40.85 -
YUV 99.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 161 54 173 0.07 0.69 0 0.32 293.95 0.52 0.45
Hex A1 36 AD 7 45 0 20 126 34 2D
Octal 241 66 255 7 105 0 40 446 64 55
Binary 10100001 110110 10101101 111 1000101 0 100000 100100110 110100 101101

Color Harmonies of #A136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136AD

Black with #A136AD

Text Example


Text Example

White with #A136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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