Html Css Color HEX #A30546 Jazzberry Jam

📋 copy color: '#A30546'

red 163 ◦ green 5 ◦ blue 70

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

Shades of Jazzberry Jam #A30546

Tints of Jazzberry Jam #A30546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 68.49%
G = 2.1%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A30546 (or 0xA30546) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 46. RGB value is (163,5,70). Sum of RGB (Red+Green+Blue) = 163+5+70=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30546 is #5CFAB9. Grayscale: #3B3B3B. Windows color (decimal): -6093498 or 4588963. OLE color: 4588963.

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

Color convert

RGB 163 5 70 -
CMYK 0 0.97 0.57 0.36
HSL 335.32º 0.94% 0.33% -
HSV(B) 335.32º 0.97% 0.64% -
XYZ 16.26 8.34 6.55 -
YUV 59.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 163 5 70 0 0.97 0.57 0.36 335.32 0.94 0.33
Hex A3 5 46 0 61 39 24 14F 5E 21
Octal 243 5 106 0 141 71 44 517 136 41
Binary 10100011 101 1000110 0 1100001 111001 100100 101001111 1011110 100001

Color Harmonies of #A30546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30546

Black with #A30546

Text Example


Text Example

White with #A30546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30546; }

 p { color: rgb(163,5,70); }

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

background-color css

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

 a { background-color: rgb(163,5,70); }

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

border-color css

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

 span { border-color: rgb(163,5,70); }

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