Html Css Color HEX #A8126F Jazzberry Jam

📋 copy color: '#A8126F'

red 168 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #A8126F

Tints of Jazzberry Jam #A8126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 56.57%
G = 6.06%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8126F (or 0xA8126F) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 6F. RGB value is (168,18,111). Sum of RGB (Red+Green+Blue) = 168+18+111=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8126F is #57ED90. Grayscale: #494949. Windows color (decimal): -5762449 or 7279272. OLE color: 7279272.

HSL color Cylindrical-coordinate representation of color #A8126F: hue angle of 322.8º 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 #A8126F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 111 -
CMYK 0 0.89 0.34 0.34
HSL 322.8º 0.81% 0.36% -
HSV(B) 322.8º 0.89% 0.66% -
XYZ 19.23 9.91 15.94 -
YUV 73.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 168 18 111 0 0.89 0.34 0.34 322.8 0.81 0.36
Hex A8 12 6F 0 59 22 22 143 51 24
Octal 250 22 157 0 131 42 42 503 121 44
Binary 10101000 10010 1101111 0 1011001 100010 100010 101000011 1010001 100100

Color Harmonies of #A8126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8126F

Black with #A8126F

Text Example


Text Example

White with #A8126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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