Html Css Color HEX #A2014C Jazzberry Jam

📋 copy color: '#A2014C'

red 162 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #A2014C

Tints of Jazzberry Jam #A2014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 67.78%
G = 0.42%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2014C (or 0xA2014C) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 4C. RGB value is (162,1,76). Sum of RGB (Red+Green+Blue) = 162+1+76=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2014C is #5DFEB3. Grayscale: #393939. Windows color (decimal): -6160052 or 4981154. OLE color: 4981154.

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

Color convert

RGB 162 1 76 -
CMYK 0 0.99 0.53 0.36
HSL 332.05º 0.99% 0.32% -
HSV(B) 332.05º 0.99% 0.64% -
XYZ 16.22 8.22 7.57 -
YUV 57.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 162 1 76 0 0.99 0.53 0.36 332.05 0.99 0.32
Hex A2 1 4C 0 63 35 24 14C 63 20
Octal 242 1 114 0 143 65 44 514 143 40
Binary 10100010 1 1001100 0 1100011 110101 100100 101001100 1100011 100000

Color Harmonies of #A2014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2014C

Black with #A2014C

Text Example


Text Example

White with #A2014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2014C; }

 p { color: rgb(162,1,76); }

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

background-color css

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

 a { background-color: rgb(162,1,76); }

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

border-color css

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

 span { border-color: rgb(162,1,76); }

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