Html Css Color HEX #A2185B Jazzberry Jam

📋 copy color: '#A2185B'

red 162 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #A2185B

Tints of Jazzberry Jam #A2185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 58.48%
G = 8.66%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2185B (or 0xA2185B) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 5B. RGB value is (162,24,91). Sum of RGB (Red+Green+Blue) = 162+24+91=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2185B is #5DE7A4. Grayscale: #484848. Windows color (decimal): -6154149 or 5970082. OLE color: 5970082.

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

Color convert

RGB 162 24 91 -
CMYK 0 0.85 0.44 0.36
HSL 330.87º 0.74% 0.36% -
HSV(B) 330.87º 0.85% 0.64% -
XYZ 17.12 9.09 10.75 -
YUV 72.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 162 24 91 0 0.85 0.44 0.36 330.87 0.74 0.36
Hex A2 18 5B 0 55 2C 24 14B 4A 24
Octal 242 30 133 0 125 54 44 513 112 44
Binary 10100010 11000 1011011 0 1010101 101100 100100 101001011 1001010 100100

Color Harmonies of #A2185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2185B

Black with #A2185B

Text Example


Text Example

White with #A2185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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