Html Css Color HEX #A20646 Jazzberry Jam

📋 copy color: '#A20646'

red 162 ◦ green 6 ◦ blue 70

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

Shades of Jazzberry Jam #A20646

Tints of Jazzberry Jam #A20646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 68.07%
G = 2.52%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A20646 (or 0xA20646) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 46. RGB value is (162,6,70). Sum of RGB (Red+Green+Blue) = 162+6+70=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A20646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20646 is #5DF9B9. Grayscale: #3B3B3B. Windows color (decimal): -6158778 or 4589218. OLE color: 4589218.

HSL color Cylindrical-coordinate representation of color #A20646: hue angle of 335.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20646 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 70 -
CMYK 0 0.96 0.57 0.36
HSL 335.38º 0.93% 0.33% -
HSV(B) 335.38º 0.96% 0.64% -
XYZ 16.07 8.25 6.54 -
YUV 59.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 162 6 70 0 0.96 0.57 0.36 335.38 0.93 0.33
Hex A2 6 46 0 60 39 24 14F 5D 21
Octal 242 6 106 0 140 71 44 517 135 41
Binary 10100010 110 1000110 0 1100000 111001 100100 101001111 1011101 100001

Color Harmonies of #A20646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20646

Black with #A20646

Text Example


Text Example

White with #A20646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20646; }

 p { color: rgb(162,6,70); }

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

background-color css

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

 a { background-color: rgb(162,6,70); }

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

border-color css

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

 span { border-color: rgb(162,6,70); }

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