Html Css Color HEX #A2014A Jazzberry Jam

📋 copy color: '#A2014A'

red 162 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #A2014A

Tints of Jazzberry Jam #A2014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 68.35%
G = 0.42%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2014A (or 0xA2014A) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 4A. RGB value is (162,1,74). Sum of RGB (Red+Green+Blue) = 162+1+74=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A2014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2014A is #5DFEB5. Grayscale: #393939. Windows color (decimal): -6160054 or 4850082. OLE color: 4850082.

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

Color convert

RGB 162 1 74 -
CMYK 0 0.99 0.54 0.36
HSL 332.8º 0.99% 0.32% -
HSV(B) 332.8º 0.99% 0.64% -
XYZ 16.15 8.2 7.21 -
YUV 57.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 162 1 74 0 0.99 0.54 0.36 332.8 0.99 0.32
Hex A2 1 4A 0 63 36 24 14D 63 20
Octal 242 1 112 0 143 66 44 515 143 40
Binary 10100010 1 1001010 0 1100011 110110 100100 101001101 1100011 100000

Color Harmonies of #A2014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2014A

Black with #A2014A

Text Example


Text Example

White with #A2014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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