Html Css Color HEX #A70154 Jazzberry Jam

📋 copy color: '#A70154'

red 167 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #A70154

Tints of Jazzberry Jam #A70154

RGB

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

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

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

R = 66.27%
G = 0.4%
B = 33.33%

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

#A70154 (or 0xA70154) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 54. RGB value is (167,1,84). Sum of RGB (Red+Green+Blue) = 167+1+84=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A70154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70154 is #58FEAB. Grayscale: #3B3B3B. Windows color (decimal): -5832364 or 5505447. OLE color: 5505447.

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

Color convert

RGB 167 1 84 -
CMYK 0 0.99 0.50 0.35
HSL 330º 0.99% 0.33% -
HSV(B) 330º 0.99% 0.65% -
XYZ 17.55 8.88 9.18 -
YUV 60.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 167 1 84 0 0.99 0.50 0.35 330 0.99 0.33
Hex A7 1 54 0 63 32 23 14A 63 21
Octal 247 1 124 0 143 62 43 512 143 41
Binary 10100111 1 1010100 0 1100011 110010 100011 101001010 1100011 100001

Color Harmonies of #A70154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70154

Black with #A70154

Text Example


Text Example

White with #A70154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70154; }

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

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

background-color css

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

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

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

border-color css

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

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

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