Html Css Color HEX #A42263 Jazzberry Jam

📋 copy color: '#A42263'

red 164 ◦ green 34 ◦ blue 99

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

Shades of Jazzberry Jam #A42263

Tints of Jazzberry Jam #A42263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 55.22%
G = 11.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A42263 (or 0xA42263) is known color: Jazzberry Jam. HEX triplet: A4, 22 and 63. RGB value is (164,34,99). Sum of RGB (Red+Green+Blue) = 164+34+99=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A42263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42263 is #5BDD9C. Grayscale: #505050. Windows color (decimal): -6020509 or 6496932. OLE color: 6496932.

HSL color Cylindrical-coordinate representation of color #A42263: hue angle of 330º degrees, saturation: 0.66, 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 #A42263 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 34 99 -
CMYK 0 0.79 0.40 0.36
HSL 330º 0.66% 0.39% -
HSV(B) 330º 0.79% 0.64% -
XYZ 18.13 9.94 12.77 -
YUV 80.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 164 34 99 0 0.79 0.40 0.36 330 0.66 0.39
Hex A4 22 63 0 4F 28 24 14A 42 27
Octal 244 42 143 0 117 50 44 512 102 47
Binary 10100100 100010 1100011 0 1001111 101000 100100 101001010 1000010 100111

Color Harmonies of #A42263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42263

Black with #A42263

Text Example


Text Example

White with #A42263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42263; }

 p { color: rgb(164,34,99); }

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

background-color css

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

 a { background-color: rgb(164,34,99); }

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

border-color css

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

 span { border-color: rgb(164,34,99); }

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