Html Css Color HEX #A8135A Jazzberry Jam

📋 copy color: '#A8135A'

red 168 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #A8135A

Tints of Jazzberry Jam #A8135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 60.65%
G = 6.86%
B = 32.49%

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

#A8135A (or 0xA8135A) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 5A. RGB value is (168,19,90). Sum of RGB (Red+Green+Blue) = 168+19+90=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8135A is #57ECA5. Grayscale: #474747. Windows color (decimal): -5762214 or 5903272. OLE color: 5903272.

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

Color convert

RGB 168 19 90 -
CMYK 0 0.89 0.46 0.34
HSL 331.41º 0.8% 0.37% -
HSV(B) 331.41º 0.89% 0.66% -
XYZ 18.23 9.53 10.55 -
YUV 71.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 168 19 90 0 0.89 0.46 0.34 331.41 0.8 0.37
Hex A8 13 5A 0 59 2E 22 14B 50 25
Octal 250 23 132 0 131 56 42 513 120 45
Binary 10101000 10011 1011010 0 1011001 101110 100010 101001011 1010000 100101

Color Harmonies of #A8135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8135A

Black with #A8135A

Text Example


Text Example

White with #A8135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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