Html Css Color HEX #A42166 Jazzberry Jam

📋 copy color: '#A42166'

red 164 ◦ green 33 ◦ blue 102

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

Shades of Jazzberry Jam #A42166

Tints of Jazzberry Jam #A42166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 54.85%
G = 11.04%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A42166 (or 0xA42166) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 66. RGB value is (164,33,102). Sum of RGB (Red+Green+Blue) = 164+33+102=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A42166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42166 is #5BDE99. Grayscale: #4F4F4F. Windows color (decimal): -6020762 or 6693284. OLE color: 6693284.

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

Color convert

RGB 164 33 102 -
CMYK 0 0.80 0.38 0.36
HSL 328.4º 0.66% 0.39% -
HSV(B) 328.4º 0.8% 0.64% -
XYZ 18.25 9.94 13.53 -
YUV 80.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 164 33 102 0 0.80 0.38 0.36 328.4 0.66 0.39
Hex A4 21 66 0 50 26 24 148 42 27
Octal 244 41 146 0 120 46 44 510 102 47
Binary 10100100 100001 1100110 0 1010000 100110 100100 101001000 1000010 100111

Color Harmonies of #A42166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42166

Black with #A42166

Text Example


Text Example

White with #A42166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42166; }

 p { color: rgb(164,33,102); }

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

background-color css

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

 a { background-color: rgb(164,33,102); }

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

border-color css

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

 span { border-color: rgb(164,33,102); }

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