Html Css Color HEX #A3034F Jazzberry Jam

📋 copy color: '#A3034F'

red 163 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #A3034F

Tints of Jazzberry Jam #A3034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 66.53%
G = 1.22%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3034F (or 0xA3034F) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 4F. RGB value is (163,3,79). Sum of RGB (Red+Green+Blue) = 163+3+79=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3034F is #5CFCB0. Grayscale: #3B3B3B. Windows color (decimal): -6094001 or 5178275. OLE color: 5178275.

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

Color convert

RGB 163 3 79 -
CMYK 0 0.98 0.52 0.36
HSL 331.5º 0.96% 0.33% -
HSV(B) 331.5º 0.98% 0.64% -
XYZ 16.55 8.42 8.15 -
YUV 59.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 163 3 79 0 0.98 0.52 0.36 331.5 0.96 0.33
Hex A3 3 4F 0 62 34 24 14C 60 21
Octal 243 3 117 0 142 64 44 514 140 41
Binary 10100011 11 1001111 0 1100010 110100 100100 101001100 1100000 100001

Color Harmonies of #A3034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3034F

Black with #A3034F

Text Example


Text Example

White with #A3034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3034F; }

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

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

background-color css

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

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

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

border-color css

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

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

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