Html Css Color HEX #A3035A Jazzberry Jam

📋 copy color: '#A3035A'

red 163 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A3035A

Tints of Jazzberry Jam #A3035A

RGB

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

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

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

R = 63.67%
G = 1.17%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3035A (or 0xA3035A) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5A. RGB value is (163,3,90). Sum of RGB (Red+Green+Blue) = 163+3+90=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035A is #5CFCA5. Grayscale: #3C3C3C. Windows color (decimal): -6093990 or 5899171. OLE color: 5899171.

HSL color Cylindrical-coordinate representation of color #A3035A: hue angle of 327.38º 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 #A3035A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 90 -
CMYK 0 0.98 0.45 0.36
HSL 327.38º 0.96% 0.33% -
HSV(B) 327.38º 0.98% 0.64% -
XYZ 16.98 8.59 10.44 -
YUV 60.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 163 3 90 0 0.98 0.45 0.36 327.38 0.96 0.33
Hex A3 3 5A 0 62 2D 24 147 60 21
Octal 243 3 132 0 142 55 44 507 140 41
Binary 10100011 11 1011010 0 1100010 101101 100100 101000111 1100000 100001

Color Harmonies of #A3035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3035A

Black with #A3035A

Text Example


Text Example

White with #A3035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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