Html Css Color HEX #A8145F Jazzberry Jam

📋 copy color: '#A8145F'

red 168 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #A8145F

Tints of Jazzberry Jam #A8145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 59.36%
G = 7.07%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8145F (or 0xA8145F) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 5F. RGB value is (168,20,95). Sum of RGB (Red+Green+Blue) = 168+20+95=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8145F is #57EBA0. Grayscale: #484848. Windows color (decimal): -5761953 or 6231208. OLE color: 6231208.

HSL color Cylindrical-coordinate representation of color #A8145F: hue angle of 329.59º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8145F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 95 -
CMYK 0 0.88 0.43 0.34
HSL 329.59º 0.79% 0.37% -
HSV(B) 329.59º 0.88% 0.66% -
XYZ 18.46 9.65 11.72 -
YUV 72.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 168 20 95 0 0.88 0.43 0.34 329.59 0.79 0.37
Hex A8 14 5F 0 58 2B 22 14A 4F 25
Octal 250 24 137 0 130 53 42 512 117 45
Binary 10101000 10100 1011111 0 1011000 101011 100010 101001010 1001111 100101

Color Harmonies of #A8145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8145F

Black with #A8145F

Text Example


Text Example

White with #A8145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8145F; }

 p { color: rgb(168,20,95); }

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

background-color css

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

 a { background-color: rgb(168,20,95); }

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

border-color css

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

 span { border-color: rgb(168,20,95); }

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