Html Css Color HEX #A00461 Jazzberry Jam

📋 copy color: '#A00461'

red 160 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #A00461

Tints of Jazzberry Jam #A00461

RGB

 RED value IS 160 (62.89% from 255) = 61.3%

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 61.3%
G = 1.53%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A00461 (or 0xA00461) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 61. RGB value is (160,4,97). Sum of RGB (Red+Green+Blue) = 160+4+97=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A00461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00461 is #5FFB9E. Grayscale: #3D3D3D. Windows color (decimal): -6290335 or 6358176. OLE color: 6358176.

HSL color Cylindrical-coordinate representation of color #A00461: hue angle of 324.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00461 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 97 -
CMYK 0 0.98 0.39 0.37
HSL 324.23º 0.95% 0.32% -
HSV(B) 324.23º 0.98% 0.63% -
XYZ 16.7 8.42 12.06 -
YUV 61.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 160 4 97 0 0.98 0.39 0.37 324.23 0.95 0.32
Hex A0 4 61 0 62 27 25 144 5F 20
Octal 240 4 141 0 142 47 45 504 137 40
Binary 10100000 100 1100001 0 1100010 100111 100101 101000100 1011111 100000

Color Harmonies of #A00461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00461

Black with #A00461

Text Example


Text Example

White with #A00461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00461; }

 p { color: rgb(160,4,97); }

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

background-color css

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

 a { background-color: rgb(160,4,97); }

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

border-color css

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

 span { border-color: rgb(160,4,97); }

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