Html Css Color HEX #A8035A Jazzberry Jam

📋 copy color: '#A8035A'

red 168 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A8035A

Tints of Jazzberry Jam #A8035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 64.37%
G = 1.15%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8035A (or 0xA8035A) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 5A. RGB value is (168,3,90). Sum of RGB (Red+Green+Blue) = 168+3+90=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8035A is #57FCA5. Grayscale: #3E3E3E. Windows color (decimal): -5766310 or 5899176. OLE color: 5899176.

HSL color Cylindrical-coordinate representation of color #A8035A: hue angle of 328.36º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8035A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 90 -
CMYK 0 0.98 0.46 0.34
HSL 328.36º 0.96% 0.34% -
HSV(B) 328.36º 0.98% 0.66% -
XYZ 18.03 9.13 10.48 -
YUV 62.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 168 3 90 0 0.98 0.46 0.34 328.36 0.96 0.34
Hex A8 3 5A 0 62 2E 22 148 60 22
Octal 250 3 132 0 142 56 42 510 140 42
Binary 10101000 11 1011010 0 1100010 101110 100010 101001000 1100000 100010

Color Harmonies of #A8035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8035A

Black with #A8035A

Text Example


Text Example

White with #A8035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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