Html Css Color HEX #A8076A Jazzberry Jam

📋 copy color: '#A8076A'

red 168 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #A8076A

Tints of Jazzberry Jam #A8076A

RGB

 RED value IS 168 (66.02% from 255) = 59.79%

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 59.79%
G = 2.49%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8076A (or 0xA8076A) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 6A. RGB value is (168,7,106). Sum of RGB (Red+Green+Blue) = 168+7+106=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8076A is #57F895. Grayscale: #424242. Windows color (decimal): -5765270 or 6948776. OLE color: 6948776.

HSL color Cylindrical-coordinate representation of color #A8076A: hue angle of 323.11º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8076A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 7 106 -
CMYK 0 0.96 0.37 0.34
HSL 323.11º 0.92% 0.34% -
HSV(B) 323.11º 0.96% 0.66% -
XYZ 18.83 9.52 14.48 -
YUV 66.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 168 7 106 0 0.96 0.37 0.34 323.11 0.92 0.34
Hex A8 7 6A 0 60 25 22 143 5C 22
Octal 250 7 152 0 140 45 42 503 134 42
Binary 10101000 111 1101010 0 1100000 100101 100010 101000011 1011100 100010

Color Harmonies of #A8076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8076A

Black with #A8076A

Text Example


Text Example

White with #A8076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8076A; }

 p { color: rgb(168,7,106); }

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

background-color css

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

 a { background-color: rgb(168,7,106); }

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

border-color css

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

 span { border-color: rgb(168,7,106); }

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