Html Css Color HEX #A40157 Jazzberry Jam

📋 copy color: '#A40157'

red 164 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #A40157

Tints of Jazzberry Jam #A40157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 65.08%
G = 0.4%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A40157 (or 0xA40157) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 57. RGB value is (164,1,87). Sum of RGB (Red+Green+Blue) = 164+1+87=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A40157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40157 is #5BFEA8. Grayscale: #3B3B3B. Windows color (decimal): -6028969 or 5702052. OLE color: 5702052.

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

Color convert

RGB 164 1 87 -
CMYK 0 0.99 0.47 0.36
HSL 328.34º 0.99% 0.32% -
HSV(B) 328.34º 0.99% 0.64% -
XYZ 17.04 8.6 9.78 -
YUV 59.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 164 1 87 0 0.99 0.47 0.36 328.34 0.99 0.32
Hex A4 1 57 0 63 2F 24 148 63 20
Octal 244 1 127 0 143 57 44 510 143 40
Binary 10100100 1 1010111 0 1100011 101111 100100 101001000 1100011 100000

Color Harmonies of #A40157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40157

Black with #A40157

Text Example


Text Example

White with #A40157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40157; }

 p { color: rgb(164,1,87); }

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

background-color css

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

 a { background-color: rgb(164,1,87); }

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

border-color css

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

 span { border-color: rgb(164,1,87); }

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