Html Css Color HEX #A3035E Jazzberry Jam

📋 copy color: '#A3035E'

red 163 ◦ green 3 ◦ blue 94

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

Shades of Jazzberry Jam #A3035E

Tints of Jazzberry Jam #A3035E

RGB

 RED value IS 163 (64.06% from 255) = 62.69%

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 62.69%
G = 1.15%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3035E (or 0xA3035E) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5E. RGB value is (163,3,94). Sum of RGB (Red+Green+Blue) = 163+3+94=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035E is #5CFCA1. Grayscale: #3D3D3D. Windows color (decimal): -6093986 or 6161315. OLE color: 6161315.

HSL color Cylindrical-coordinate representation of color #A3035E: hue angle of 325.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3035E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 94 -
CMYK 0 0.98 0.42 0.36
HSL 325.88º 0.96% 0.33% -
HSV(B) 325.88º 0.98% 0.64% -
XYZ 17.16 8.66 11.36 -
YUV 61.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 163 3 94 0 0.98 0.42 0.36 325.88 0.96 0.33
Hex A3 3 5E 0 62 2A 24 146 60 21
Octal 243 3 136 0 142 52 44 506 140 41
Binary 10100011 11 1011110 0 1100010 101010 100100 101000110 1100000 100001

Color Harmonies of #A3035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3035E

Black with #A3035E

Text Example


Text Example

White with #A3035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3035E; }

 p { color: rgb(163,3,94); }

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

background-color css

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

 a { background-color: rgb(163,3,94); }

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

border-color css

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

 span { border-color: rgb(163,3,94); }

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