Html Css Color HEX #A32265 Jazzberry Jam

📋 copy color: '#A32265'

red 163 ◦ green 34 ◦ blue 101

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

Shades of Jazzberry Jam #A32265

Tints of Jazzberry Jam #A32265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 54.7%
G = 11.41%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A32265 (or 0xA32265) is known color: Jazzberry Jam. HEX triplet: A3, 22 and 65. RGB value is (163,34,101). Sum of RGB (Red+Green+Blue) = 163+34+101=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A32265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32265 is #5CDD9A. Grayscale: #505050. Windows color (decimal): -6086043 or 6628003. OLE color: 6628003.

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

Color convert

RGB 163 34 101 -
CMYK 0 0.79 0.38 0.36
HSL 328.84º 0.65% 0.39% -
HSV(B) 328.84º 0.79% 0.64% -
XYZ 18.03 9.87 13.27 -
YUV 80.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 163 34 101 0 0.79 0.38 0.36 328.84 0.65 0.39
Hex A3 22 65 0 4F 26 24 149 41 27
Octal 243 42 145 0 117 46 44 511 101 47
Binary 10100011 100010 1100101 0 1001111 100110 100100 101001001 1000001 100111

Color Harmonies of #A32265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32265

Black with #A32265

Text Example


Text Example

White with #A32265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32265; }

 p { color: rgb(163,34,101); }

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

background-color css

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

 a { background-color: rgb(163,34,101); }

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

border-color css

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

 span { border-color: rgb(163,34,101); }

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