Html Css Color HEX #A02683 Dark Purple

📋 copy color: '#A02683'

red 160 ◦ green 38 ◦ blue 131

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

Shades of Dark Purple #A02683

Tints of Dark Purple #A02683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 48.63%
G = 11.55%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02683 (or 0xA02683) is known color: Dark Purple. HEX triplet: A0, 26 and 83. RGB value is (160,38,131). Sum of RGB (Red+Green+Blue) = 160+38+131=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02683 is #5FD97C. Grayscale: #545454. Windows color (decimal): -6281597 or 8595104. OLE color: 8595104.

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

Color convert

RGB 160 38 131 -
CMYK 0 0.76 0.18 0.37
HSL 314.26º 0.62% 0.39% -
HSV(B) 314.26º 0.76% 0.63% -
XYZ 19.29 10.5 22.48 -
YUV 85.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 160 38 131 0 0.76 0.18 0.37 314.26 0.62 0.39
Hex A0 26 83 0 4C 12 25 13A 3E 27
Octal 240 46 203 0 114 22 45 472 76 47
Binary 10100000 100110 10000011 0 1001100 10010 100101 100111010 111110 100111

Color Harmonies of #A02683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02683

Black with #A02683

Text Example


Text Example

White with #A02683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02683; }

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

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

background-color css

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

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

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

border-color css

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

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

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