Html Css Color HEX #A8125C Jazzberry Jam

📋 copy color: '#A8125C'

red 168 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #A8125C

Tints of Jazzberry Jam #A8125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 60.43%
G = 6.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8125C (or 0xA8125C) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 5C. RGB value is (168,18,92). Sum of RGB (Red+Green+Blue) = 168+18+92=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8125C is #57EDA3. Grayscale: #474747. Windows color (decimal): -5762468 or 6034088. OLE color: 6034088.

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

Color convert

RGB 168 18 92 -
CMYK 0 0.89 0.45 0.34
HSL 330.4º 0.81% 0.36% -
HSV(B) 330.4º 0.89% 0.66% -
XYZ 18.3 9.53 11 -
YUV 71.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 168 18 92 0 0.89 0.45 0.34 330.4 0.81 0.36
Hex A8 12 5C 0 59 2D 22 14A 51 24
Octal 250 22 134 0 131 55 42 512 121 44
Binary 10101000 10010 1011100 0 1011001 101101 100010 101001010 1010001 100100

Color Harmonies of #A8125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8125C

Black with #A8125C

Text Example


Text Example

White with #A8125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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