Html Css Color HEX #A02883 Dark Purple

📋 copy color: '#A02883'

red 160 ◦ green 40 ◦ blue 131

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

Shades of Dark Purple #A02883

Tints of Dark Purple #A02883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

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

R = 48.34%
G = 12.08%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02883 (or 0xA02883) is known color: Dark Purple. HEX triplet: A0, 28 and 83. RGB value is (160,40,131). Sum of RGB (Red+Green+Blue) = 160+40+131=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A02883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02883 is #5FD77C. Grayscale: #565656. Windows color (decimal): -6281085 or 8595616. OLE color: 8595616.

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

Color convert

RGB 160 40 131 -
CMYK 0 0.75 0.18 0.37
HSL 314.5º 0.6% 0.39% -
HSV(B) 314.5º 0.75% 0.63% -
XYZ 19.35 10.63 22.5 -
YUV 86.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 160 40 131 0 0.75 0.18 0.37 314.5 0.6 0.39
Hex A0 28 83 0 4B 12 25 13A 3C 27
Octal 240 50 203 0 113 22 45 472 74 47
Binary 10100000 101000 10000011 0 1001011 10010 100101 100111010 111100 100111

Color Harmonies of #A02883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02883

Black with #A02883

Text Example


Text Example

White with #A02883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02883; }

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

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

background-color css

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

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

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

border-color css

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

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

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