Html Css Color HEX #A8126D Jazzberry Jam

📋 copy color: '#A8126D'

red 168 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #A8126D

Tints of Jazzberry Jam #A8126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 56.95%
G = 6.1%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8126D (or 0xA8126D) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 6D. RGB value is (168,18,109). Sum of RGB (Red+Green+Blue) = 168+18+109=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8126D is #57ED92. Grayscale: #494949. Windows color (decimal): -5762451 or 7148200. OLE color: 7148200.

HSL color Cylindrical-coordinate representation of color #A8126D: hue angle of 323.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8126D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 109 -
CMYK 0 0.89 0.35 0.34
HSL 323.6º 0.81% 0.36% -
HSV(B) 323.6º 0.89% 0.66% -
XYZ 19.13 9.86 15.36 -
YUV 73.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 168 18 109 0 0.89 0.35 0.34 323.6 0.81 0.36
Hex A8 12 6D 0 59 23 22 144 51 24
Octal 250 22 155 0 131 43 42 504 121 44
Binary 10101000 10010 1101101 0 1011001 100011 100010 101000100 1010001 100100

Color Harmonies of #A8126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8126D

Black with #A8126D

Text Example


Text Example

White with #A8126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8126D; }

 p { color: rgb(168,18,109); }

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

background-color css

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

 a { background-color: rgb(168,18,109); }

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

border-color css

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

 span { border-color: rgb(168,18,109); }

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