Html Css Color HEX #A01255 Jazzberry Jam

📋 copy color: '#A01255'

red 160 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #A01255

Tints of Jazzberry Jam #A01255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 60.84%
G = 6.84%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A01255 (or 0xA01255) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 55. RGB value is (160,18,85). Sum of RGB (Red+Green+Blue) = 160+18+85=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A01255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01255 is #5FEDAA. Grayscale: #434343. Windows color (decimal): -6286763 or 5575328. OLE color: 5575328.

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

Color convert

RGB 160 18 85 -
CMYK 0 0.89 0.47 0.37
HSL 331.69º 0.8% 0.35% -
HSV(B) 331.69º 0.89% 0.63% -
XYZ 16.35 8.56 9.39 -
YUV 68.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 160 18 85 0 0.89 0.47 0.37 331.69 0.8 0.35
Hex A0 12 55 0 59 2F 25 14C 50 23
Octal 240 22 125 0 131 57 45 514 120 43
Binary 10100000 10010 1010101 0 1011001 101111 100101 101001100 1010000 100011

Color Harmonies of #A01255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01255

Black with #A01255

Text Example


Text Example

White with #A01255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01255; }

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

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

background-color css

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

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

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

border-color css

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

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

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