Html Css Color HEX #A42062 Jazzberry Jam

📋 copy color: '#A42062'

red 164 ◦ green 32 ◦ blue 98

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

Shades of Jazzberry Jam #A42062

Tints of Jazzberry Jam #A42062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 55.78%
G = 10.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A42062 (or 0xA42062) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 62. RGB value is (164,32,98). Sum of RGB (Red+Green+Blue) = 164+32+98=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A42062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42062 is #5BDF9D. Grayscale: #4E4E4E. Windows color (decimal): -6021022 or 6430884. OLE color: 6430884.

HSL color Cylindrical-coordinate representation of color #A42062: hue angle of 330º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42062 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 98 -
CMYK 0 0.80 0.40 0.36
HSL 330º 0.67% 0.38% -
HSV(B) 330º 0.8% 0.64% -
XYZ 18.03 9.81 12.5 -
YUV 78.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 164 32 98 0 0.80 0.40 0.36 330 0.67 0.38
Hex A4 20 62 0 50 28 24 14A 43 26
Octal 244 40 142 0 120 50 44 512 103 46
Binary 10100100 100000 1100010 0 1010000 101000 100100 101001010 1000011 100110

Color Harmonies of #A42062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42062

Black with #A42062

Text Example


Text Example

White with #A42062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42062; }

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

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

background-color css

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

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

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

border-color css

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

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

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