Html Css Color HEX #A8135C Jazzberry Jam

📋 copy color: '#A8135C'

red 168 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #A8135C

Tints of Jazzberry Jam #A8135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 60.22%
G = 6.81%
B = 32.97%

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

#A8135C (or 0xA8135C) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 5C. RGB value is (168,19,92). Sum of RGB (Red+Green+Blue) = 168+19+92=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8135C is #57ECA3. Grayscale: #474747. Windows color (decimal): -5762212 or 6034344. OLE color: 6034344.

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

Color convert

RGB 168 19 92 -
CMYK 0 0.89 0.45 0.34
HSL 330.6º 0.8% 0.37% -
HSV(B) 330.6º 0.89% 0.66% -
XYZ 18.31 9.56 11.01 -
YUV 71.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 168 19 92 0 0.89 0.45 0.34 330.6 0.8 0.37
Hex A8 13 5C 0 59 2D 22 14B 50 25
Octal 250 23 134 0 131 55 42 513 120 45
Binary 10101000 10011 1011100 0 1011001 101101 100010 101001011 1010000 100101

Color Harmonies of #A8135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8135C

Black with #A8135C

Text Example


Text Example

White with #A8135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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