Html Css Color HEX #A8125B Jazzberry Jam

📋 copy color: '#A8125B'

red 168 ◦ green 18 ◦ blue 91

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

Shades of Jazzberry Jam #A8125B

Tints of Jazzberry Jam #A8125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 60.65%
G = 6.5%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8125B (or 0xA8125B) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 5B. RGB value is (168,18,91). Sum of RGB (Red+Green+Blue) = 168+18+91=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8125B is #57EDA4. Grayscale: #474747. Windows color (decimal): -5762469 or 5968552. OLE color: 5968552.

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

Color convert

RGB 168 18 91 -
CMYK 0 0.89 0.46 0.34
HSL 330.8º 0.81% 0.36% -
HSV(B) 330.8º 0.89% 0.66% -
XYZ 18.25 9.51 10.77 -
YUV 71.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 168 18 91 0 0.89 0.46 0.34 330.8 0.81 0.36
Hex A8 12 5B 0 59 2E 22 14B 51 24
Octal 250 22 133 0 131 56 42 513 121 44
Binary 10101000 10010 1011011 0 1011001 101110 100010 101001011 1010001 100100

Color Harmonies of #A8125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8125B

Black with #A8125B

Text Example


Text Example

White with #A8125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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