Html Css Color HEX #A01369 Jazzberry Jam

📋 copy color: '#A01369'

red 160 ◦ green 19 ◦ blue 105

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

Shades of Jazzberry Jam #A01369

Tints of Jazzberry Jam #A01369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 56.34%
G = 6.69%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A01369 (or 0xA01369) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 69. RGB value is (160,19,105). Sum of RGB (Red+Green+Blue) = 160+19+105=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A01369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01369 is #5FEC96. Grayscale: #464646. Windows color (decimal): -6286487 or 6886304. OLE color: 6886304.

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

Color convert

RGB 160 19 105 -
CMYK 0 0.88 0.34 0.37
HSL 323.4º 0.79% 0.35% -
HSV(B) 323.4º 0.88% 0.63% -
XYZ 17.28 8.96 14.18 -
YUV 70.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 160 19 105 0 0.88 0.34 0.37 323.4 0.79 0.35
Hex A0 13 69 0 58 22 25 143 4F 23
Octal 240 23 151 0 130 42 45 503 117 43
Binary 10100000 10011 1101001 0 1011000 100010 100101 101000011 1001111 100011

Color Harmonies of #A01369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01369

Black with #A01369

Text Example


Text Example

White with #A01369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01369; }

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

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

background-color css

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

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

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

border-color css

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

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

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