Html Css Color HEX #A132BA Dark Orchid

📋 copy color: '#A132BA'

red 161 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #A132BA

Tints of Dark Orchid #A132BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 40.55%
G = 12.59%
B = 46.85%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A132BA (or 0xA132BA) is known color: Dark Orchid. HEX triplet: A1, 32 and BA. RGB value is (161,50,186). Sum of RGB (Red+Green+Blue) = 161+50+186=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A132BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132BA is #5ECD45. Grayscale: #626262. Windows color (decimal): -6212934 or 12202657. OLE color: 12202657.

HSL color Cylindrical-coordinate representation of color #A132BA: hue angle of 288.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A132BA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 50 186 -
CMYK 0.13 0.73 0 0.27
HSL 288.97º 0.58% 0.46% -
HSV(B) 288.97º 0.73% 0.73% -
XYZ 24.7 13.4 47.74 -
YUV 98.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 161 50 186 0.13 0.73 0 0.27 288.97 0.58 0.46
Hex A1 32 BA D 49 0 1B 121 3A 2E
Octal 241 62 272 15 111 0 33 441 72 56
Binary 10100001 110010 10111010 1101 1001001 0 11011 100100001 111010 101110

Color Harmonies of #A132BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132BA

Black with #A132BA

Text Example


Text Example

White with #A132BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132BA; }

 p { color: rgb(161,50,186); }

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

background-color css

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

 a { background-color: rgb(161,50,186); }

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

border-color css

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

 span { border-color: rgb(161,50,186); }

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