Html Css Color HEX #A22283 Dark Purple

📋 copy color: '#A22283'

red 162 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #A22283

Tints of Dark Purple #A22283

RGB

 RED value IS 162 (63.67% from 255) = 49.54%

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 49.54%
G = 10.4%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A22283 (or 0xA22283) is known color: Dark Purple. HEX triplet: A2, 22 and 83. RGB value is (162,34,131). Sum of RGB (Red+Green+Blue) = 162+34+131=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22283 is #5DDD7C. Grayscale: #535353. Windows color (decimal): -6151549 or 8594082. OLE color: 8594082.

HSL color Cylindrical-coordinate representation of color #A22283: hue angle of 314.53º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22283 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 131 -
CMYK 0 0.79 0.19 0.36
HSL 314.53º 0.65% 0.38% -
HSV(B) 314.53º 0.79% 0.64% -
XYZ 19.57 10.46 22.46 -
YUV 83.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 162 34 131 0 0.79 0.19 0.36 314.53 0.65 0.38
Hex A2 22 83 0 4F 13 24 13B 41 26
Octal 242 42 203 0 117 23 44 473 101 46
Binary 10100010 100010 10000011 0 1001111 10011 100100 100111011 1000001 100110

Color Harmonies of #A22283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22283

Black with #A22283

Text Example


Text Example

White with #A22283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22283; }

 p { color: rgb(162,34,131); }

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

background-color css

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

 a { background-color: rgb(162,34,131); }

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

border-color css

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

 span { border-color: rgb(162,34,131); }

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