Html Css Color HEX #A13AB5 Dark Orchid

📋 copy color: '#A13AB5'

red 161 ◦ green 58 ◦ blue 181

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

Shades of Dark Orchid #A13AB5

Tints of Dark Orchid #A13AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 40.25%
G = 14.5%
B = 45.25%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A13AB5 (or 0xA13AB5) is known color: Dark Orchid. HEX triplet: A1, 3A and B5. RGB value is (161,58,181). Sum of RGB (Red+Green+Blue) = 161+58+181=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #A13AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AB5 is #5EC54A. Grayscale: #666666. Windows color (decimal): -6210891 or 11877025. OLE color: 11877025.

HSL color Cylindrical-coordinate representation of color #A13AB5: hue angle of 290.24º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13AB5 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 58 181 -
CMYK 0.11 0.68 0 0.29
HSL 290.24º 0.51% 0.47% -
HSV(B) 290.24º 0.68% 0.71% -
XYZ 24.55 13.94 45.11 -
YUV 102.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 161 58 181 0.11 0.68 0 0.29 290.24 0.51 0.47
Hex A1 3A B5 B 44 0 1D 122 33 2F
Octal 241 72 265 13 104 0 35 442 63 57
Binary 10100001 111010 10110101 1011 1000100 0 11101 100100010 110011 101111

Color Harmonies of #A13AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13AB5

Black with #A13AB5

Text Example


Text Example

White with #A13AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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