Html Css Color HEX #A01283 Dark Purple

📋 copy color: '#A01283'

red 160 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #A01283

Tints of Dark Purple #A01283

RGB

 RED value IS 160 (62.89% from 255) = 51.78%

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 51.78%
G = 5.83%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A01283 (or 0xA01283) is known color: Dark Purple. HEX triplet: A0, 12 and 83. RGB value is (160,18,131). Sum of RGB (Red+Green+Blue) = 160+18+131=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A01283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01283 is #5FED7C. Grayscale: #494949. Windows color (decimal): -6286717 or 8589984. OLE color: 8589984.

HSL color Cylindrical-coordinate representation of color #A01283: hue angle of 312.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01283 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 131 -
CMYK 0 0.89 0.18 0.37
HSL 312.25º 0.8% 0.35% -
HSV(B) 312.25º 0.89% 0.63% -
XYZ 18.81 9.54 22.32 -
YUV 73.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 160 18 131 0 0.89 0.18 0.37 312.25 0.8 0.35
Hex A0 12 83 0 59 12 25 138 50 23
Octal 240 22 203 0 131 22 45 470 120 43
Binary 10100000 10010 10000011 0 1011001 10010 100101 100111000 1010000 100011

Color Harmonies of #A01283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01283

Black with #A01283

Text Example


Text Example

White with #A01283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01283; }

 p { color: rgb(160,18,131); }

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

background-color css

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

 a { background-color: rgb(160,18,131); }

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

border-color css

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

 span { border-color: rgb(160,18,131); }

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