Html Css Color HEX #A13AB7 Dark Orchid

📋 copy color: '#A13AB7'

red 161 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #A13AB7

Tints of Dark Orchid #A13AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.52%

R = 40.05%
G = 14.43%
B = 45.52%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A13AB7 (or 0xA13AB7) is known color: Dark Orchid. HEX triplet: A1, 3A and B7. RGB value is (161,58,183). Sum of RGB (Red+Green+Blue) = 161+58+183=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #A13AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AB7 is #5EC548. Grayscale: #666666. Windows color (decimal): -6210889 or 12008097. OLE color: 12008097.

HSL color Cylindrical-coordinate representation of color #A13AB7: hue angle of 289.44º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13AB7 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 58 183 -
CMYK 0.12 0.68 0 0.28
HSL 289.44º 0.52% 0.47% -
HSV(B) 289.44º 0.68% 0.72% -
XYZ 24.76 14.02 46.2 -
YUV 103.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 161 58 183 0.12 0.68 0 0.28 289.44 0.52 0.47
Hex A1 3A B7 C 44 0 1C 121 34 2F
Octal 241 72 267 14 104 0 34 441 64 57
Binary 10100001 111010 10110111 1100 1000100 0 11100 100100001 110100 101111

Color Harmonies of #A13AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13AB7

Black with #A13AB7

Text Example


Text Example

White with #A13AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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