Html Css Color HEX #A42368 Jazzberry Jam

📋 copy color: '#A42368'

red 164 ◦ green 35 ◦ blue 104

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

Shades of Jazzberry Jam #A42368

Tints of Jazzberry Jam #A42368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 54.13%
G = 11.55%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A42368 (or 0xA42368) is known color: Jazzberry Jam. HEX triplet: A4, 23 and 68. RGB value is (164,35,104). Sum of RGB (Red+Green+Blue) = 164+35+104=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A42368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42368 is #5BDC97. Grayscale: #515151. Windows color (decimal): -6020248 or 6824868. OLE color: 6824868.

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

Color convert

RGB 164 35 104 -
CMYK 0 0.79 0.37 0.36
HSL 327.91º 0.65% 0.39% -
HSV(B) 327.91º 0.79% 0.64% -
XYZ 18.41 10.09 14.07 -
YUV 81.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 164 35 104 0 0.79 0.37 0.36 327.91 0.65 0.39
Hex A4 23 68 0 4F 25 24 148 41 27
Octal 244 43 150 0 117 45 44 510 101 47
Binary 10100100 100011 1101000 0 1001111 100101 100100 101001000 1000001 100111

Color Harmonies of #A42368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42368

Black with #A42368

Text Example


Text Example

White with #A42368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42368; }

 p { color: rgb(164,35,104); }

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

background-color css

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

 a { background-color: rgb(164,35,104); }

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

border-color css

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

 span { border-color: rgb(164,35,104); }

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