Html Css Color HEX #A2185A Jazzberry Jam

📋 copy color: '#A2185A'

red 162 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #A2185A

Tints of Jazzberry Jam #A2185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 58.7%
G = 8.7%
B = 32.61%

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

#A2185A (or 0xA2185A) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 5A. RGB value is (162,24,90). Sum of RGB (Red+Green+Blue) = 162+24+90=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2185A is #5DE7A5. Grayscale: #484848. Windows color (decimal): -6154150 or 5904546. OLE color: 5904546.

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

Color convert

RGB 162 24 90 -
CMYK 0 0.85 0.44 0.36
HSL 331.3º 0.74% 0.36% -
HSV(B) 331.3º 0.85% 0.64% -
XYZ 17.07 9.07 10.52 -
YUV 72.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 162 24 90 0 0.85 0.44 0.36 331.3 0.74 0.36
Hex A2 18 5A 0 55 2C 24 14B 4A 24
Octal 242 30 132 0 125 54 44 513 112 44
Binary 10100010 11000 1011010 0 1010101 101100 100100 101001011 1001010 100100

Color Harmonies of #A2185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2185A

Black with #A2185A

Text Example


Text Example

White with #A2185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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