Html Css Color HEX #A2145A Jazzberry Jam

📋 copy color: '#A2145A'

red 162 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #A2145A

Tints of Jazzberry Jam #A2145A

RGB

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

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

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

R = 59.56%
G = 7.35%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2145A (or 0xA2145A) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 5A. RGB value is (162,20,90). Sum of RGB (Red+Green+Blue) = 162+20+90=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2145A is #5DEBA5. Grayscale: #464646. Windows color (decimal): -6155174 or 5903522. OLE color: 5903522.

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

Color convert

RGB 162 20 90 -
CMYK 0 0.88 0.44 0.36
HSL 330.42º 0.78% 0.36% -
HSV(B) 330.42º 0.88% 0.64% -
XYZ 17 8.92 10.5 -
YUV 70.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 162 20 90 0 0.88 0.44 0.36 330.42 0.78 0.36
Hex A2 14 5A 0 58 2C 24 14A 4E 24
Octal 242 24 132 0 130 54 44 512 116 44
Binary 10100010 10100 1011010 0 1011000 101100 100100 101001010 1001110 100100

Color Harmonies of #A2145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2145A

Black with #A2145A

Text Example


Text Example

White with #A2145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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