Html Css Color HEX #A42468 Jazzberry Jam

📋 copy color: '#A42468'

red 164 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #A42468

Tints of Jazzberry Jam #A42468

RGB

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

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

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

R = 53.95%
G = 11.84%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A42468 (or 0xA42468) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 68. RGB value is (164,36,104). Sum of RGB (Red+Green+Blue) = 164+36+104=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A42468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42468 is #5BDB97. Grayscale: #515151. Windows color (decimal): -6019992 or 6825124. OLE color: 6825124.

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

Color convert

RGB 164 36 104 -
CMYK 0 0.78 0.37 0.36
HSL 328.13º 0.64% 0.39% -
HSV(B) 328.13º 0.78% 0.64% -
XYZ 18.44 10.15 14.08 -
YUV 82.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 164 36 104 0 0.78 0.37 0.36 328.13 0.64 0.39
Hex A4 24 68 0 4E 25 24 148 40 27
Octal 244 44 150 0 116 45 44 510 100 47
Binary 10100100 100100 1101000 0 1001110 100101 100100 101001000 1000000 100111

Color Harmonies of #A42468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42468

Black with #A42468

Text Example


Text Example

White with #A42468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42468; }

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

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

background-color css

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

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

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

border-color css

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

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

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