Html Css Color HEX #A2135F Jazzberry Jam

📋 copy color: '#A2135F'

red 162 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #A2135F

Tints of Jazzberry Jam #A2135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 58.7%
G = 6.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2135F (or 0xA2135F) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 5F. RGB value is (162,19,95). Sum of RGB (Red+Green+Blue) = 162+19+95=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2135F is #5DECA0. Grayscale: #464646. Windows color (decimal): -6155425 or 6230946. OLE color: 6230946.

HSL color Cylindrical-coordinate representation of color #A2135F: hue angle of 328.11º 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 #A2135F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 95 -
CMYK 0 0.88 0.41 0.36
HSL 328.11º 0.79% 0.35% -
HSV(B) 328.11º 0.88% 0.64% -
XYZ 17.2 8.97 11.65 -
YUV 70.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 162 19 95 0 0.88 0.41 0.36 328.11 0.79 0.35
Hex A2 13 5F 0 58 29 24 148 4F 23
Octal 242 23 137 0 130 51 44 510 117 43
Binary 10100010 10011 1011111 0 1011000 101001 100100 101001000 1001111 100011

Color Harmonies of #A2135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2135F

Black with #A2135F

Text Example


Text Example

White with #A2135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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