Html Css Color HEX #A133BA Dark Orchid

📋 copy color: '#A133BA'

red 161 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #A133BA

Tints of Dark Orchid #A133BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

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

R = 40.45%
G = 12.81%
B = 46.73%

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

#A133BA (or 0xA133BA) is known color: Dark Orchid. HEX triplet: A1, 33 and BA. RGB value is (161,51,186). Sum of RGB (Red+Green+Blue) = 161+51+186=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A133BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133BA is #5ECC45. Grayscale: #626262. Windows color (decimal): -6212678 or 12202913. OLE color: 12202913.

HSL color Cylindrical-coordinate representation of color #A133BA: hue angle of 288.89º degrees, saturation: 0.57, 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 #A133BA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 51 186 -
CMYK 0.13 0.73 0 0.27
HSL 288.89º 0.57% 0.46% -
HSV(B) 288.89º 0.73% 0.73% -
XYZ 24.74 13.49 47.75 -
YUV 99.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 161 51 186 0.13 0.73 0 0.27 288.89 0.57 0.46
Hex A1 33 BA D 49 0 1B 121 39 2E
Octal 241 63 272 15 111 0 33 441 71 56
Binary 10100001 110011 10111010 1101 1001001 0 11011 100100001 111001 101110

Color Harmonies of #A133BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133BA

Black with #A133BA

Text Example


Text Example

White with #A133BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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