Html Css Color HEX #A40261 Jazzberry Jam

📋 copy color: '#A40261'

red 164 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #A40261

Tints of Jazzberry Jam #A40261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 62.36%
G = 0.76%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A40261 (or 0xA40261) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 61. RGB value is (164,2,97). Sum of RGB (Red+Green+Blue) = 164+2+97=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A40261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40261 is #5BFD9E. Grayscale: #3D3D3D. Windows color (decimal): -6028703 or 6357668. OLE color: 6357668.

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

Color convert

RGB 164 2 97 -
CMYK 0 0.99 0.41 0.36
HSL 324.81º 0.98% 0.33% -
HSV(B) 324.81º 0.99% 0.64% -
XYZ 17.49 8.8 12.09 -
YUV 61.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 164 2 97 0 0.99 0.41 0.36 324.81 0.98 0.33
Hex A4 2 61 0 63 29 24 145 62 21
Octal 244 2 141 0 143 51 44 505 142 41
Binary 10100100 10 1100001 0 1100011 101001 100100 101000101 1100010 100001

Color Harmonies of #A40261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40261

Black with #A40261

Text Example


Text Example

White with #A40261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40261; }

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

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

background-color css

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

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

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

border-color css

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

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

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