Html Css Color HEX #A3246A Jazzberry Jam

📋 copy color: '#A3246A'

red 163 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #A3246A

Tints of Jazzberry Jam #A3246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 53.44%
G = 11.8%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3246A (or 0xA3246A) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 6A. RGB value is (163,36,106). Sum of RGB (Red+Green+Blue) = 163+36+106=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3246A is #5CDB95. Grayscale: #515151. Windows color (decimal): -6085526 or 6956195. OLE color: 6956195.

HSL color Cylindrical-coordinate representation of color #A3246A: hue angle of 326.93º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3246A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 106 -
CMYK 0 0.78 0.35 0.36
HSL 326.93º 0.64% 0.39% -
HSV(B) 326.93º 0.78% 0.64% -
XYZ 18.34 10.09 14.62 -
YUV 81.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 163 36 106 0 0.78 0.35 0.36 326.93 0.64 0.39
Hex A3 24 6A 0 4E 23 24 147 40 27
Octal 243 44 152 0 116 43 44 507 100 47
Binary 10100011 100100 1101010 0 1001110 100011 100100 101000111 1000000 100111

Color Harmonies of #A3246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3246A

Black with #A3246A

Text Example


Text Example

White with #A3246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3246A; }

 p { color: rgb(163,36,106); }

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

background-color css

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

 a { background-color: rgb(163,36,106); }

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

border-color css

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

 span { border-color: rgb(163,36,106); }

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