Html Css Color HEX #A131AB Dark Orchid

📋 copy color: '#A131AB'

red 161 ◦ green 49 ◦ blue 171

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

Shades of Dark Orchid #A131AB

Tints of Dark Orchid #A131AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.86%

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 42.26%
G = 12.86%
B = 44.88%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A131AB (or 0xA131AB) is known color: Dark Orchid. HEX triplet: A1, 31 and AB. RGB value is (161,49,171). Sum of RGB (Red+Green+Blue) = 161+49+171=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A131AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131AB is #5ECE54. Grayscale: #606060. Windows color (decimal): -6213205 or 11219361. OLE color: 11219361.

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

Color convert

RGB 161 49 171 -
CMYK 0.06 0.71 0 0.33
HSL 295.08º 0.55% 0.43% -
HSV(B) 295.08º 0.71% 0.67% -
XYZ 23.15 12.71 39.76 -
YUV 96.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 161 49 171 0.06 0.71 0 0.33 295.08 0.55 0.43
Hex A1 31 AB 6 47 0 21 127 37 2B
Octal 241 61 253 6 107 0 41 447 67 53
Binary 10100001 110001 10101011 110 1000111 0 100001 100100111 110111 101011

Color Harmonies of #A131AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A131AB

Black with #A131AB

Text Example


Text Example

White with #A131AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A131AB; }

 p { color: rgb(161,49,171); }

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

background-color css

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

 a { background-color: rgb(161,49,171); }

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

border-color css

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

 span { border-color: rgb(161,49,171); }

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