Html Css Color HEX #A70260 Jazzberry Jam

📋 copy color: '#A70260'

red 167 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #A70260

Tints of Jazzberry Jam #A70260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 63.02%
G = 0.75%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A70260 (or 0xA70260) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 60. RGB value is (167,2,96). Sum of RGB (Red+Green+Blue) = 167+2+96=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A70260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70260 is #58FD9F. Grayscale: #3D3D3D. Windows color (decimal): -5832096 or 6292135. OLE color: 6292135.

HSL color Cylindrical-coordinate representation of color #A70260: hue angle of 325.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70260 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 96 -
CMYK 0 0.99 0.43 0.35
HSL 325.82º 0.98% 0.33% -
HSV(B) 325.82º 0.99% 0.65% -
XYZ 18.07 9.1 11.87 -
YUV 62.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 167 2 96 0 0.99 0.43 0.35 325.82 0.98 0.33
Hex A7 2 60 0 63 2B 23 146 62 21
Octal 247 2 140 0 143 53 43 506 142 41
Binary 10100111 10 1100000 0 1100011 101011 100011 101000110 1100010 100001

Color Harmonies of #A70260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70260

Black with #A70260

Text Example


Text Example

White with #A70260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70260; }

 p { color: rgb(167,2,96); }

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

background-color css

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

 a { background-color: rgb(167,2,96); }

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

border-color css

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

 span { border-color: rgb(167,2,96); }

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