Html Css Color HEX #A01358 Jazzberry Jam

📋 copy color: '#A01358'

red 160 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #A01358

Tints of Jazzberry Jam #A01358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 59.93%
G = 7.12%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A01358 (or 0xA01358) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 58. RGB value is (160,19,88). Sum of RGB (Red+Green+Blue) = 160+19+88=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A01358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01358 is #5FECA7. Grayscale: #444444. Windows color (decimal): -6286504 or 5772192. OLE color: 5772192.

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

Color convert

RGB 160 19 88 -
CMYK 0 0.88 0.45 0.37
HSL 330.64º 0.79% 0.35% -
HSV(B) 330.64º 0.88% 0.63% -
XYZ 16.49 8.64 10.03 -
YUV 69.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 160 19 88 0 0.88 0.45 0.37 330.64 0.79 0.35
Hex A0 13 58 0 58 2D 25 14B 4F 23
Octal 240 23 130 0 130 55 45 513 117 43
Binary 10100000 10011 1011000 0 1011000 101101 100101 101001011 1001111 100011

Color Harmonies of #A01358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01358

Black with #A01358

Text Example


Text Example

White with #A01358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01358; }

 p { color: rgb(160,19,88); }

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

background-color css

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

 a { background-color: rgb(160,19,88); }

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

border-color css

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

 span { border-color: rgb(160,19,88); }

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