Html Css Color HEX #A42367 Jazzberry Jam

📋 copy color: '#A42367'

red 164 ◦ green 35 ◦ blue 103

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

Shades of Jazzberry Jam #A42367

Tints of Jazzberry Jam #A42367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 54.3%
G = 11.59%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A42367 (or 0xA42367) is known color: Jazzberry Jam. HEX triplet: A4, 23 and 67. RGB value is (164,35,103). Sum of RGB (Red+Green+Blue) = 164+35+103=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A42367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42367 is #5BDC98. Grayscale: #515151. Windows color (decimal): -6020249 or 6759332. OLE color: 6759332.

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

Color convert

RGB 164 35 103 -
CMYK 0 0.79 0.37 0.36
HSL 328.37º 0.65% 0.39% -
HSV(B) 328.37º 0.79% 0.64% -
XYZ 18.36 10.07 13.81 -
YUV 81.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 164 35 103 0 0.79 0.37 0.36 328.37 0.65 0.39
Hex A4 23 67 0 4F 25 24 148 41 27
Octal 244 43 147 0 117 45 44 510 101 47
Binary 10100100 100011 1100111 0 1001111 100101 100100 101001000 1000001 100111

Color Harmonies of #A42367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42367

Black with #A42367

Text Example


Text Example

White with #A42367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42367; }

 p { color: rgb(164,35,103); }

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

background-color css

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

 a { background-color: rgb(164,35,103); }

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

border-color css

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

 span { border-color: rgb(164,35,103); }

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