Html Css Color HEX #A42262 Jazzberry Jam

📋 copy color: '#A42262'

red 164 ◦ green 34 ◦ blue 98

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

Shades of Jazzberry Jam #A42262

Tints of Jazzberry Jam #A42262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 55.41%
G = 11.49%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A42262 (or 0xA42262) is known color: Jazzberry Jam. HEX triplet: A4, 22 and 62. RGB value is (164,34,98). Sum of RGB (Red+Green+Blue) = 164+34+98=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42262 is #5BDD9D. Grayscale: #505050. Windows color (decimal): -6020510 or 6431396. OLE color: 6431396.

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

Color convert

RGB 164 34 98 -
CMYK 0 0.79 0.40 0.36
HSL 330.46º 0.66% 0.39% -
HSV(B) 330.46º 0.79% 0.64% -
XYZ 18.09 9.92 12.52 -
YUV 80.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 164 34 98 0 0.79 0.40 0.36 330.46 0.66 0.39
Hex A4 22 62 0 4F 28 24 14A 42 27
Octal 244 42 142 0 117 50 44 512 102 47
Binary 10100100 100010 1100010 0 1001111 101000 100100 101001010 1000010 100111

Color Harmonies of #A42262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42262

Black with #A42262

Text Example


Text Example

White with #A42262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42262; }

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

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

background-color css

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

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

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

border-color css

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

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

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