Html Css Color HEX #A42469 Jazzberry Jam

📋 copy color: '#A42469'

red 164 ◦ green 36 ◦ blue 105

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

Shades of Jazzberry Jam #A42469

Tints of Jazzberry Jam #A42469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 53.77%
G = 11.8%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A42469 (or 0xA42469) is known color: Jazzberry Jam. HEX triplet: A4, 24 and 69. RGB value is (164,36,105). Sum of RGB (Red+Green+Blue) = 164+36+105=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A42469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42469 is #5BDB96. Grayscale: #515151. Windows color (decimal): -6019991 or 6890660. OLE color: 6890660.

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

Color convert

RGB 164 36 105 -
CMYK 0 0.78 0.36 0.36
HSL 327.66º 0.64% 0.39% -
HSV(B) 327.66º 0.78% 0.64% -
XYZ 18.49 10.17 14.35 -
YUV 82.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 164 36 105 0 0.78 0.36 0.36 327.66 0.64 0.39
Hex A4 24 69 0 4E 24 24 148 40 27
Octal 244 44 151 0 116 44 44 510 100 47
Binary 10100100 100100 1101001 0 1001110 100100 100100 101001000 1000000 100111

Color Harmonies of #A42469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42469

Black with #A42469

Text Example


Text Example

White with #A42469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42469; }

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

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

background-color css

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

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

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

border-color css

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

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

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