Html Css Color HEX #A20143 Jazzberry Jam

📋 copy color: '#A20143'

red 162 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #A20143

Tints of Jazzberry Jam #A20143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 70.43%
G = 0.43%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A20143 (or 0xA20143) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 43. RGB value is (162,1,67). Sum of RGB (Red+Green+Blue) = 162+1+67=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A20143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20143 is #5DFEBC. Grayscale: #383838. Windows color (decimal): -6160061 or 4391330. OLE color: 4391330.

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

Color convert

RGB 162 1 67 -
CMYK 0 0.99 0.59 0.36
HSL 335.4º 0.99% 0.32% -
HSV(B) 335.4º 0.99% 0.64% -
XYZ 15.92 8.11 6.04 -
YUV 56.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 162 1 67 0 0.99 0.59 0.36 335.4 0.99 0.32
Hex A2 1 43 0 63 3B 24 14F 63 20
Octal 242 1 103 0 143 73 44 517 143 40
Binary 10100010 1 1000011 0 1100011 111011 100100 101001111 1100011 100000

Color Harmonies of #A20143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20143

Black with #A20143

Text Example


Text Example

White with #A20143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20143; }

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

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

background-color css

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

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

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

border-color css

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

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

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