Html Css Color HEX #A42466 Jazzberry Jam

📋 copy color: '#A42466'

red 164 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #A42466

Tints of Jazzberry Jam #A42466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 54.3%
G = 11.92%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A42466 (or 0xA42466) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 66. RGB value is (164,36,102). Sum of RGB (Red+Green+Blue) = 164+36+102=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A42466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42466 is #5BDB99. Grayscale: #515151. Windows color (decimal): -6019994 or 6694052. OLE color: 6694052.

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

Color convert

RGB 164 36 102 -
CMYK 0 0.78 0.38 0.36
HSL 329.06º 0.64% 0.39% -
HSV(B) 329.06º 0.78% 0.64% -
XYZ 18.34 10.11 13.56 -
YUV 81.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 164 36 102 0 0.78 0.38 0.36 329.06 0.64 0.39
Hex A4 24 66 0 4E 26 24 149 40 27
Octal 244 44 146 0 116 46 44 511 100 47
Binary 10100100 100100 1100110 0 1001110 100110 100100 101001001 1000000 100111

Color Harmonies of #A42466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42466

Black with #A42466

Text Example


Text Example

White with #A42466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42466; }

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

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

background-color css

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

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

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

border-color css

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

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

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