Html Css Color HEX #A8126C Jazzberry Jam

📋 copy color: '#A8126C'

red 168 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #A8126C

Tints of Jazzberry Jam #A8126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 57.14%
G = 6.12%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8126C (or 0xA8126C) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 6C. RGB value is (168,18,108). Sum of RGB (Red+Green+Blue) = 168+18+108=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8126C is #57ED93. Grayscale: #484848. Windows color (decimal): -5762452 or 7082664. OLE color: 7082664.

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

Color convert

RGB 168 18 108 -
CMYK 0 0.89 0.36 0.34
HSL 324º 0.81% 0.36% -
HSV(B) 324º 0.89% 0.66% -
XYZ 19.07 9.84 15.08 -
YUV 73.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 168 18 108 0 0.89 0.36 0.34 324 0.81 0.36
Hex A8 12 6C 0 59 24 22 144 51 24
Octal 250 22 154 0 131 44 42 504 121 44
Binary 10101000 10010 1101100 0 1011001 100100 100010 101000100 1010001 100100

Color Harmonies of #A8126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8126C

Black with #A8126C

Text Example


Text Example

White with #A8126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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