Html Css Color HEX #A70667 Jazzberry Jam

📋 copy color: '#A70667'

red 167 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #A70667

Tints of Jazzberry Jam #A70667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 60.51%
G = 2.17%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A70667 (or 0xA70667) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 67. RGB value is (167,6,103). Sum of RGB (Red+Green+Blue) = 167+6+103=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A70667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70667 is #58F998. Grayscale: #404040. Windows color (decimal): -5831065 or 6751911. OLE color: 6751911.

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

Color convert

RGB 167 6 103 -
CMYK 0 0.96 0.38 0.35
HSL 323.85º 0.93% 0.34% -
HSV(B) 323.85º 0.96% 0.65% -
XYZ 18.45 9.33 13.66 -
YUV 65.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 167 6 103 0 0.96 0.38 0.35 323.85 0.93 0.34
Hex A7 6 67 0 60 26 23 144 5D 22
Octal 247 6 147 0 140 46 43 504 135 42
Binary 10100111 110 1100111 0 1100000 100110 100011 101000100 1011101 100010

Color Harmonies of #A70667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70667

Black with #A70667

Text Example


Text Example

White with #A70667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70667; }

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

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

background-color css

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

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

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

border-color css

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

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

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