Html Css Color HEX #A136AC Dark Orchid

📋 copy color: '#A136AC'

red 161 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A136AC

Tints of Dark Orchid #A136AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 41.6%
G = 13.95%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A136AC (or 0xA136AC) is known color: Dark Orchid. HEX triplet: A1, 36 and AC. RGB value is (161,54,172). Sum of RGB (Red+Green+Blue) = 161+54+172=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A136AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136AC is #5EC953. Grayscale: #636363. Windows color (decimal): -6211924 or 11286177. OLE color: 11286177.

HSL color Cylindrical-coordinate representation of color #A136AC: hue angle of 294.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A136AC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 54 172 -
CMYK 0.06 0.69 0 0.33
HSL 294.41º 0.52% 0.44% -
HSV(B) 294.41º 0.69% 0.67% -
XYZ 23.46 13.19 40.34 -
YUV 99.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 161 54 172 0.06 0.69 0 0.33 294.41 0.52 0.44
Hex A1 36 AC 6 45 0 21 126 34 2C
Octal 241 66 254 6 105 0 41 446 64 54
Binary 10100001 110110 10101100 110 1000101 0 100001 100100110 110100 101100

Color Harmonies of #A136AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136AC

Black with #A136AC

Text Example


Text Example

White with #A136AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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