Html Css Color HEX #A8125D Jazzberry Jam

📋 copy color: '#A8125D'

red 168 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #A8125D

Tints of Jazzberry Jam #A8125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 60.22%
G = 6.45%
B = 33.33%

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

#A8125D (or 0xA8125D) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 5D. RGB value is (168,18,93). Sum of RGB (Red+Green+Blue) = 168+18+93=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8125D is #57EDA2. Grayscale: #474747. Windows color (decimal): -5762467 or 6099624. OLE color: 6099624.

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

Color convert

RGB 168 18 93 -
CMYK 0 0.89 0.45 0.34
HSL 330º 0.81% 0.36% -
HSV(B) 330º 0.89% 0.66% -
XYZ 18.34 9.55 11.23 -
YUV 71.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 168 18 93 0 0.89 0.45 0.34 330 0.81 0.36
Hex A8 12 5D 0 59 2D 22 14A 51 24
Octal 250 22 135 0 131 55 42 512 121 44
Binary 10101000 10010 1011101 0 1011001 101101 100010 101001010 1010001 100100

Color Harmonies of #A8125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8125D

Black with #A8125D

Text Example


Text Example

White with #A8125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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