Html Css Color HEX #A01263 Jazzberry Jam

📋 copy color: '#A01263'

red 160 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #A01263

Tints of Jazzberry Jam #A01263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 57.76%
G = 6.5%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01263 (or 0xA01263) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 63. RGB value is (160,18,99). Sum of RGB (Red+Green+Blue) = 160+18+99=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A01263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01263 is #5FED9C. Grayscale: #454545. Windows color (decimal): -6286749 or 6492832. OLE color: 6492832.

HSL color Cylindrical-coordinate representation of color #A01263: hue angle of 325.77º 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 #A01263 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 99 -
CMYK 0 0.89 0.38 0.37
HSL 325.77º 0.8% 0.35% -
HSV(B) 325.77º 0.89% 0.63% -
XYZ 16.97 8.81 12.61 -
YUV 69.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 160 18 99 0 0.89 0.38 0.37 325.77 0.8 0.35
Hex A0 12 63 0 59 26 25 146 50 23
Octal 240 22 143 0 131 46 45 506 120 43
Binary 10100000 10010 1100011 0 1011001 100110 100101 101000110 1010000 100011

Color Harmonies of #A01263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01263

Black with #A01263

Text Example


Text Example

White with #A01263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01263; }

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

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

background-color css

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

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

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

border-color css

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

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

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