Html Css Color HEX #A70657 Jazzberry Jam

📋 copy color: '#A70657'

red 167 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #A70657

Tints of Jazzberry Jam #A70657

RGB

 RED value IS 167 (65.63% from 255) = 64.23%

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

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 64.23%
G = 2.31%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A70657 (or 0xA70657) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 57. RGB value is (167,6,87). Sum of RGB (Red+Green+Blue) = 167+6+87=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A70657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70657 is #58F9A8. Grayscale: #3F3F3F. Windows color (decimal): -5831081 or 5703335. OLE color: 5703335.

HSL color Cylindrical-coordinate representation of color #A70657: hue angle of 329.81º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70657 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 6 87 -
CMYK 0 0.96 0.48 0.35
HSL 329.81º 0.93% 0.34% -
HSV(B) 329.81º 0.96% 0.65% -
XYZ 17.72 9.03 9.83 -
YUV 63.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 167 6 87 0 0.96 0.48 0.35 329.81 0.93 0.34
Hex A7 6 57 0 60 30 23 14A 5D 22
Octal 247 6 127 0 140 60 43 512 135 42
Binary 10100111 110 1010111 0 1100000 110000 100011 101001010 1011101 100010

Color Harmonies of #A70657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70657

Black with #A70657

Text Example


Text Example

White with #A70657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70657; }

 p { color: rgb(167,6,87); }

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

background-color css

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

 a { background-color: rgb(167,6,87); }

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

border-color css

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

 span { border-color: rgb(167,6,87); }

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