Html Css Color HEX #A42066 Jazzberry Jam

📋 copy color: '#A42066'

red 164 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #A42066

Tints of Jazzberry Jam #A42066

RGB

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

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

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

R = 55.03%
G = 10.74%
B = 34.23%

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

#A42066 (or 0xA42066) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 66. RGB value is (164,32,102). Sum of RGB (Red+Green+Blue) = 164+32+102=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42066 is #5BDF99. Grayscale: #4F4F4F. Windows color (decimal): -6021018 or 6693028. OLE color: 6693028.

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

Color convert

RGB 164 32 102 -
CMYK 0 0.80 0.38 0.36
HSL 328.18º 0.67% 0.38% -
HSV(B) 328.18º 0.8% 0.64% -
XYZ 18.22 9.88 13.52 -
YUV 79.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 164 32 102 0 0.80 0.38 0.36 328.18 0.67 0.38
Hex A4 20 66 0 50 26 24 148 43 26
Octal 244 40 146 0 120 46 44 510 103 46
Binary 10100100 100000 1100110 0 1010000 100110 100100 101001000 1000011 100110

Color Harmonies of #A42066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42066

Black with #A42066

Text Example


Text Example

White with #A42066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42066; }

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

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

background-color css

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

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

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

border-color css

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

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

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