Html Css Color HEX #A80F5D Jazzberry Jam

📋 copy color: '#A80F5D'

red 168 ◦ green 15 ◦ blue 93

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

Shades of Jazzberry Jam #A80F5D

Tints of Jazzberry Jam #A80F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.43%

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

R = 60.87%
G = 5.43%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A80F5D (or 0xA80F5D) is known color: Jazzberry Jam. HEX triplet: A8, 0F and 5D. RGB value is (168,15,93). Sum of RGB (Red+Green+Blue) = 168+15+93=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F5D is #57F0A2. Grayscale: #454545. Windows color (decimal): -5763235 or 6098856. OLE color: 6098856.

HSL color Cylindrical-coordinate representation of color #A80F5D: hue angle of 329.41º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F5D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 15 93 -
CMYK 0 0.91 0.45 0.34
HSL 329.41º 0.84% 0.36% -
HSV(B) 329.41º 0.91% 0.66% -
XYZ 18.3 9.46 11.22 -
YUV 69.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 168 15 93 0 0.91 0.45 0.34 329.41 0.84 0.36
Hex A8 F 5D 0 5B 2D 22 149 54 24
Octal 250 17 135 0 133 55 42 511 124 44
Binary 10101000 1111 1011101 0 1011011 101101 100010 101001001 1010100 100100

Color Harmonies of #A80F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F5D

Black with #A80F5D

Text Example


Text Example

White with #A80F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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