Html Css Color HEX #A70C6A Jazzberry Jam

📋 copy color: '#A70C6A'

red 167 ◦ green 12 ◦ blue 106

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

Shades of Jazzberry Jam #A70C6A

Tints of Jazzberry Jam #A70C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 58.6%
G = 4.21%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A70C6A (or 0xA70C6A) is known color: Jazzberry Jam. HEX triplet: A7, 0C and 6A. RGB value is (167,12,106). Sum of RGB (Red+Green+Blue) = 167+12+106=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70C6A is #58F395. Grayscale: #444444. Windows color (decimal): -5829526 or 6950055. OLE color: 6950055.

HSL color Cylindrical-coordinate representation of color #A70C6A: hue angle of 323.61º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70C6A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 12 106 -
CMYK 0 0.93 0.37 0.35
HSL 323.61º 0.87% 0.35% -
HSV(B) 323.61º 0.93% 0.65% -
XYZ 18.67 9.52 14.49 -
YUV 69.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 167 12 106 0 0.93 0.37 0.35 323.61 0.87 0.35
Hex A7 C 6A 0 5D 25 23 144 57 23
Octal 247 14 152 0 135 45 43 504 127 43
Binary 10100111 1100 1101010 0 1011101 100101 100011 101000100 1010111 100011

Color Harmonies of #A70C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C6A

Black with #A70C6A

Text Example


Text Example

White with #A70C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C6A; }

 p { color: rgb(167,12,106); }

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

background-color css

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

 a { background-color: rgb(167,12,106); }

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

border-color css

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

 span { border-color: rgb(167,12,106); }

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