Html Css Color HEX #A01262 Jazzberry Jam

📋 copy color: '#A01262'

red 160 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #A01262

Tints of Jazzberry Jam #A01262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 57.97%
G = 6.52%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A01262 (or 0xA01262) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 62. RGB value is (160,18,98). Sum of RGB (Red+Green+Blue) = 160+18+98=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A01262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01262 is #5FED9D. Grayscale: #454545. Windows color (decimal): -6286750 or 6427296. OLE color: 6427296.

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

Color convert

RGB 160 18 98 -
CMYK 0 0.89 0.39 0.37
HSL 326.2º 0.8% 0.35% -
HSV(B) 326.2º 0.89% 0.63% -
XYZ 16.92 8.79 12.36 -
YUV 69.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 160 18 98 0 0.89 0.39 0.37 326.2 0.8 0.35
Hex A0 12 62 0 59 27 25 146 50 23
Octal 240 22 142 0 131 47 45 506 120 43
Binary 10100000 10010 1100010 0 1011001 100111 100101 101000110 1010000 100011

Color Harmonies of #A01262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01262

Black with #A01262

Text Example


Text Example

White with #A01262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01262; }

 p { color: rgb(160,18,98); }

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

background-color css

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

 a { background-color: rgb(160,18,98); }

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

border-color css

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

 span { border-color: rgb(160,18,98); }

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