Html Css Color HEX #A2185F Jazzberry Jam

📋 copy color: '#A2185F'

red 162 ◦ green 24 ◦ blue 95

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

Shades of Jazzberry Jam #A2185F

Tints of Jazzberry Jam #A2185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

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

R = 57.65%
G = 8.54%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2185F (or 0xA2185F) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 5F. RGB value is (162,24,95). Sum of RGB (Red+Green+Blue) = 162+24+95=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2185F is #5DE7A0. Grayscale: #494949. Windows color (decimal): -6154145 or 6232226. OLE color: 6232226.

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

Color convert

RGB 162 24 95 -
CMYK 0 0.85 0.41 0.36
HSL 329.13º 0.74% 0.36% -
HSV(B) 329.13º 0.85% 0.64% -
XYZ 17.29 9.16 11.68 -
YUV 73.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 162 24 95 0 0.85 0.41 0.36 329.13 0.74 0.36
Hex A2 18 5F 0 55 29 24 149 4A 24
Octal 242 30 137 0 125 51 44 511 112 44
Binary 10100010 11000 1011111 0 1010101 101001 100100 101001001 1001010 100100

Color Harmonies of #A2185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2185F

Black with #A2185F

Text Example


Text Example

White with #A2185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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