Html Css Color HEX #A42271 Jazzberry Jam

📋 copy color: '#A42271'

red 164 ◦ green 34 ◦ blue 113

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

Shades of Jazzberry Jam #A42271

Tints of Jazzberry Jam #A42271

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 52.73%
G = 10.93%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A42271 (or 0xA42271) is known color: Jazzberry Jam. HEX triplet: A4, 22 and 71. RGB value is (164,34,113). Sum of RGB (Red+Green+Blue) = 164+34+113=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A42271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42271 is #5BDD8E. Grayscale: #515151. Windows color (decimal): -6020495 or 7414436. OLE color: 7414436.

HSL color Cylindrical-coordinate representation of color #A42271: hue angle of 323.54º degrees, saturation: 0.66, 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 #A42271 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 34 113 -
CMYK 0 0.79 0.31 0.36
HSL 323.54º 0.66% 0.39% -
HSV(B) 323.54º 0.79% 0.64% -
XYZ 18.86 10.23 16.6 -
YUV 81.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 164 34 113 0 0.79 0.31 0.36 323.54 0.66 0.39
Hex A4 22 71 0 4F 1F 24 144 42 27
Octal 244 42 161 0 117 37 44 504 102 47
Binary 10100100 100010 1110001 0 1001111 11111 100100 101000100 1000010 100111

Color Harmonies of #A42271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42271

Black with #A42271

Text Example


Text Example

White with #A42271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42271; }

 p { color: rgb(164,34,113); }

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

background-color css

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

 a { background-color: rgb(164,34,113); }

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

border-color css

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

 span { border-color: rgb(164,34,113); }

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