Html Css Color HEX #A13AB9 Dark Orchid

📋 copy color: '#A13AB9'

red 161 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #A13AB9

Tints of Dark Orchid #A13AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

 BLUE value IS 185 (72.66% from 255) = 45.79%

R = 39.85%
G = 14.36%
B = 45.79%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A13AB9 (or 0xA13AB9) is known color: Dark Orchid. HEX triplet: A1, 3A and B9. RGB value is (161,58,185). Sum of RGB (Red+Green+Blue) = 161+58+185=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #A13AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AB9 is #5EC546. Grayscale: #666666. Windows color (decimal): -6210887 or 12139169. OLE color: 12139169.

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

Color convert

RGB 161 58 185 -
CMYK 0.13 0.69 0 0.27
HSL 288.66º 0.52% 0.48% -
HSV(B) 288.66º 0.69% 0.73% -
XYZ 24.97 14.11 47.31 -
YUV 103.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 161 58 185 0.13 0.69 0 0.27 288.66 0.52 0.48
Hex A1 3A B9 D 45 0 1B 121 34 30
Octal 241 72 271 15 105 0 33 441 64 60
Binary 10100001 111010 10111001 1101 1000101 0 11011 100100001 110100 110000

Color Harmonies of #A13AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13AB9

Black with #A13AB9

Text Example


Text Example

White with #A13AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13AB9; }

 p { color: rgb(161,58,185); }

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

background-color css

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

 a { background-color: rgb(161,58,185); }

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

border-color css

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

 span { border-color: rgb(161,58,185); }

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