Html Css Color HEX #A136A9 Dark Orchid

📋 copy color: '#A136A9'

red 161 ◦ green 54 ◦ blue 169

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

Shades of Dark Orchid #A136A9

Tints of Dark Orchid #A136A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 41.93%
G = 14.06%
B = 44.01%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A136A9 (or 0xA136A9) is known color: Dark Orchid. HEX triplet: A1, 36 and A9. RGB value is (161,54,169). Sum of RGB (Red+Green+Blue) = 161+54+169=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #A136A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A9 is #5EC956. Grayscale: #626262. Windows color (decimal): -6211927 or 11089569. OLE color: 11089569.

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

Color convert

RGB 161 54 169 -
CMYK 0.05 0.68 0 0.34
HSL 295.83º 0.52% 0.44% -
HSV(B) 295.83º 0.68% 0.66% -
XYZ 23.18 13.08 38.84 -
YUV 99.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 161 54 169 0.05 0.68 0 0.34 295.83 0.52 0.44
Hex A1 36 A9 5 44 0 22 128 34 2C
Octal 241 66 251 5 104 0 42 450 64 54
Binary 10100001 110110 10101001 101 1000100 0 100010 100101000 110100 101100

Color Harmonies of #A136A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136A9

Black with #A136A9

Text Example


Text Example

White with #A136A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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