Html Css Color HEX #A20647 Jazzberry Jam

📋 copy color: '#A20647'

red 162 ◦ green 6 ◦ blue 71

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

Shades of Jazzberry Jam #A20647

Tints of Jazzberry Jam #A20647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 67.78%
G = 2.51%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20647 (or 0xA20647) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 47. RGB value is (162,6,71). Sum of RGB (Red+Green+Blue) = 162+6+71=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20647 is #5DF9B8. Grayscale: #3B3B3B. Windows color (decimal): -6158777 or 4654754. OLE color: 4654754.

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

Color convert

RGB 162 6 71 -
CMYK 0 0.96 0.56 0.36
HSL 335º 0.93% 0.33% -
HSV(B) 335º 0.96% 0.64% -
XYZ 16.1 8.27 6.71 -
YUV 60.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 162 6 71 0 0.96 0.56 0.36 335 0.93 0.33
Hex A2 6 47 0 60 38 24 14F 5D 21
Octal 242 6 107 0 140 70 44 517 135 41
Binary 10100010 110 1000111 0 1100000 111000 100100 101001111 1011101 100001

Color Harmonies of #A20647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20647

Black with #A20647

Text Example


Text Example

White with #A20647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20647; }

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

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

background-color css

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

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

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

border-color css

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

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

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