Html Css Color HEX #A136D3 Dark Orchid

📋 copy color: '#A136D3'

red 161 ◦ green 54 ◦ blue 211

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

Shades of Dark Orchid #A136D3

Tints of Dark Orchid #A136D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.53%

R = 37.79%
G = 12.68%
B = 49.53%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A136D3 (or 0xA136D3) is known color: Dark Orchid. HEX triplet: A1, 36 and D3. RGB value is (161,54,211). Sum of RGB (Red+Green+Blue) = 161+54+211=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #A136D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136D3 is #5EC92C. Grayscale: #676767. Windows color (decimal): -6211885 or 13842081. OLE color: 13842081.

HSL color Cylindrical-coordinate representation of color #A136D3: hue angle of 280.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A136D3 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 54 211 -
CMYK 0.24 0.74 0 0.17
HSL 280.89º 0.64% 0.52% -
HSV(B) 280.89º 0.74% 0.83% -
XYZ 27.77 14.92 63.04 -
YUV 103.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 161 54 211 0.24 0.74 0 0.17 280.89 0.64 0.52
Hex A1 36 D3 18 4A 0 11 119 40 34
Octal 241 66 323 30 112 0 21 431 100 64
Binary 10100001 110110 11010011 11000 1001010 0 10001 100011001 1000000 110100

Color Harmonies of #A136D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136D3

Black with #A136D3

Text Example


Text Example

White with #A136D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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