Html Css Color HEX #A13BBA Dark Orchid

📋 copy color: '#A13BBA'

red 161 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A13BBA

Tints of Dark Orchid #A13BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

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

R = 39.66%
G = 14.53%
B = 45.81%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A13BBA (or 0xA13BBA) is known color: Dark Orchid. HEX triplet: A1, 3B and BA. RGB value is (161,59,186). Sum of RGB (Red+Green+Blue) = 161+59+186=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A13BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BBA is #5EC445. Grayscale: #676767. Windows color (decimal): -6210630 or 12204961. OLE color: 12204961.

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

Color convert

RGB 161 59 186 -
CMYK 0.13 0.68 0 0.27
HSL 288.19º 0.52% 0.48% -
HSV(B) 288.19º 0.68% 0.73% -
XYZ 25.12 14.25 47.88 -
YUV 103.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 161 59 186 0.13 0.68 0 0.27 288.19 0.52 0.48
Hex A1 3B BA D 44 0 1B 120 34 30
Octal 241 73 272 15 104 0 33 440 64 60
Binary 10100001 111011 10111010 1101 1000100 0 11011 100100000 110100 110000

Color Harmonies of #A13BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BBA

Black with #A13BBA

Text Example


Text Example

White with #A13BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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