Html Css Color HEX #A70367 Jazzberry Jam

📋 copy color: '#A70367'

red 167 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #A70367

Tints of Jazzberry Jam #A70367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 61.17%
G = 1.1%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A70367 (or 0xA70367) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 67. RGB value is (167,3,103). Sum of RGB (Red+Green+Blue) = 167+3+103=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A70367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70367 is #58FC98. Grayscale: #3F3F3F. Windows color (decimal): -5831833 or 6751143. OLE color: 6751143.

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

Color convert

RGB 167 3 103 -
CMYK 0 0.98 0.38 0.35
HSL 323.41º 0.96% 0.33% -
HSV(B) 323.41º 0.98% 0.65% -
XYZ 18.42 9.26 13.65 -
YUV 63.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 167 3 103 0 0.98 0.38 0.35 323.41 0.96 0.33
Hex A7 3 67 0 62 26 23 143 60 21
Octal 247 3 147 0 142 46 43 503 140 41
Binary 10100111 11 1100111 0 1100010 100110 100011 101000011 1100000 100001

Color Harmonies of #A70367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70367

Black with #A70367

Text Example


Text Example

White with #A70367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70367; }

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

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

background-color css

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

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

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

border-color css

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

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

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