Html Css Color HEX #A40256 Jazzberry Jam

📋 copy color: '#A40256'

red 164 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #A40256

Tints of Jazzberry Jam #A40256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 65.08%
G = 0.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A40256 (or 0xA40256) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 56. RGB value is (164,2,86). Sum of RGB (Red+Green+Blue) = 164+2+86=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A40256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40256 is #5BFDA9. Grayscale: #3B3B3B. Windows color (decimal): -6028714 or 5636772. OLE color: 5636772.

HSL color Cylindrical-coordinate representation of color #A40256: hue angle of 328.89º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40256 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 86 -
CMYK 0 0.99 0.48 0.36
HSL 328.89º 0.98% 0.33% -
HSV(B) 328.89º 0.99% 0.64% -
XYZ 17.01 8.61 9.57 -
YUV 60.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 164 2 86 0 0.99 0.48 0.36 328.89 0.98 0.33
Hex A4 2 56 0 63 30 24 149 62 21
Octal 244 2 126 0 143 60 44 511 142 41
Binary 10100100 10 1010110 0 1100011 110000 100100 101001001 1100010 100001

Color Harmonies of #A40256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40256

Black with #A40256

Text Example


Text Example

White with #A40256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40256; }

 p { color: rgb(164,2,86); }

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

background-color css

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

 a { background-color: rgb(164,2,86); }

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

border-color css

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

 span { border-color: rgb(164,2,86); }

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