Html Css Color HEX #A136BC Dark Orchid

📋 copy color: '#A136BC'

red 161 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #A136BC

Tints of Dark Orchid #A136BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 39.95%
G = 13.4%
B = 46.65%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A136BC (or 0xA136BC) is known color: Dark Orchid. HEX triplet: A1, 36 and BC. RGB value is (161,54,188). Sum of RGB (Red+Green+Blue) = 161+54+188=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A136BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136BC is #5EC943. Grayscale: #646464. Windows color (decimal): -6211908 or 12334753. OLE color: 12334753.

HSL color Cylindrical-coordinate representation of color #A136BC: hue angle of 287.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A136BC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 54 188 -
CMYK 0.14 0.71 0 0.26
HSL 287.91º 0.55% 0.47% -
HSV(B) 287.91º 0.71% 0.74% -
XYZ 25.09 13.85 48.93 -
YUV 101.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 161 54 188 0.14 0.71 0 0.26 287.91 0.55 0.47
Hex A1 36 BC E 47 0 1A 120 37 2F
Octal 241 66 274 16 107 0 32 440 67 57
Binary 10100001 110110 10111100 1110 1000111 0 11010 100100000 110111 101111

Color Harmonies of #A136BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136BC

Black with #A136BC

Text Example


Text Example

White with #A136BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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