Html Css Color HEX #A2145D Jazzberry Jam

📋 copy color: '#A2145D'

red 162 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #A2145D

Tints of Jazzberry Jam #A2145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 58.91%
G = 7.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2145D (or 0xA2145D) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 5D. RGB value is (162,20,93). Sum of RGB (Red+Green+Blue) = 162+20+93=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2145D is #5DEBA2. Grayscale: #464646. Windows color (decimal): -6155171 or 6100130. OLE color: 6100130.

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

Color convert

RGB 162 20 93 -
CMYK 0 0.88 0.43 0.36
HSL 329.15º 0.78% 0.36% -
HSV(B) 329.15º 0.88% 0.64% -
XYZ 17.13 8.97 11.19 -
YUV 70.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 162 20 93 0 0.88 0.43 0.36 329.15 0.78 0.36
Hex A2 14 5D 0 58 2B 24 149 4E 24
Octal 242 24 135 0 130 53 44 511 116 44
Binary 10100010 10100 1011101 0 1011000 101011 100100 101001001 1001110 100100

Color Harmonies of #A2145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2145D

Black with #A2145D

Text Example


Text Example

White with #A2145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2145D; }

 p { color: rgb(162,20,93); }

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

background-color css

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

 a { background-color: rgb(162,20,93); }

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

border-color css

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

 span { border-color: rgb(162,20,93); }

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