Html Css Color HEX #A70155 Jazzberry Jam

📋 copy color: '#A70155'

red 167 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #A70155

Tints of Jazzberry Jam #A70155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 66.01%
G = 0.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A70155 (or 0xA70155) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 55. RGB value is (167,1,85). Sum of RGB (Red+Green+Blue) = 167+1+85=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A70155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70155 is #58FEAA. Grayscale: #3C3C3C. Windows color (decimal): -5832363 or 5570983. OLE color: 5570983.

HSL color Cylindrical-coordinate representation of color #A70155: hue angle of 329.64º degrees, saturation: 0.99, 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 #A70155 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 85 -
CMYK 0 0.99 0.49 0.35
HSL 329.64º 0.99% 0.33% -
HSV(B) 329.64º 0.99% 0.65% -
XYZ 17.59 8.89 9.38 -
YUV 60.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 167 1 85 0 0.99 0.49 0.35 329.64 0.99 0.33
Hex A7 1 55 0 63 31 23 14A 63 21
Octal 247 1 125 0 143 61 43 512 143 41
Binary 10100111 1 1010101 0 1100011 110001 100011 101001010 1100011 100001

Color Harmonies of #A70155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70155

Black with #A70155

Text Example


Text Example

White with #A70155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70155; }

 p { color: rgb(167,1,85); }

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

background-color css

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

 a { background-color: rgb(167,1,85); }

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

border-color css

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

 span { border-color: rgb(167,1,85); }

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