Html Css Color HEX #A70254 Jazzberry Jam

📋 copy color: '#A70254'

red 167 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #A70254

Tints of Jazzberry Jam #A70254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 66.01%
G = 0.79%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A70254 (or 0xA70254) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 54. RGB value is (167,2,84). Sum of RGB (Red+Green+Blue) = 167+2+84=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A70254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70254 is #58FDAB. Grayscale: #3C3C3C. Windows color (decimal): -5832108 or 5505703. OLE color: 5505703.

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

Color convert

RGB 167 2 84 -
CMYK 0 0.99 0.50 0.35
HSL 330.18º 0.98% 0.33% -
HSV(B) 330.18º 0.99% 0.65% -
XYZ 17.56 8.9 9.18 -
YUV 60.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 167 2 84 0 0.99 0.50 0.35 330.18 0.98 0.33
Hex A7 2 54 0 63 32 23 14A 62 21
Octal 247 2 124 0 143 62 43 512 142 41
Binary 10100111 10 1010100 0 1100011 110010 100011 101001010 1100010 100001

Color Harmonies of #A70254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70254

Black with #A70254

Text Example


Text Example

White with #A70254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70254; }

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

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

background-color css

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

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

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

border-color css

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

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

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