Html Css Color HEX #A2135E Jazzberry Jam

📋 copy color: '#A2135E'

red 162 ◦ green 19 ◦ blue 94

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

Shades of Jazzberry Jam #A2135E

Tints of Jazzberry Jam #A2135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 58.91%
G = 6.91%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2135E (or 0xA2135E) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 5E. RGB value is (162,19,94). Sum of RGB (Red+Green+Blue) = 162+19+94=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2135E is #5DECA1. Grayscale: #464646. Windows color (decimal): -6155426 or 6165410. OLE color: 6165410.

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

Color convert

RGB 162 19 94 -
CMYK 0 0.88 0.42 0.36
HSL 328.53º 0.79% 0.35% -
HSV(B) 328.53º 0.88% 0.64% -
XYZ 17.15 8.96 11.41 -
YUV 70.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 162 19 94 0 0.88 0.42 0.36 328.53 0.79 0.35
Hex A2 13 5E 0 58 2A 24 149 4F 23
Octal 242 23 136 0 130 52 44 511 117 43
Binary 10100010 10011 1011110 0 1011000 101010 100100 101001001 1001111 100011

Color Harmonies of #A2135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2135E

Black with #A2135E

Text Example


Text Example

White with #A2135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2135E; }

 p { color: rgb(162,19,94); }

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

background-color css

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

 a { background-color: rgb(162,19,94); }

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

border-color css

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

 span { border-color: rgb(162,19,94); }

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