Html Css Color HEX #A01465 Jazzberry Jam

📋 copy color: '#A01465'

red 160 ◦ green 20 ◦ blue 101

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

Shades of Jazzberry Jam #A01465

Tints of Jazzberry Jam #A01465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 56.94%
G = 7.12%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A01465 (or 0xA01465) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 65. RGB value is (160,20,101). Sum of RGB (Red+Green+Blue) = 160+20+101=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01465 is #5FEB9A. Grayscale: #464646. Windows color (decimal): -6286235 or 6624416. OLE color: 6624416.

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

Color convert

RGB 160 20 101 -
CMYK 0 0.88 0.37 0.37
HSL 325.29º 0.78% 0.35% -
HSV(B) 325.29º 0.88% 0.63% -
XYZ 17.1 8.91 13.13 -
YUV 71.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 160 20 101 0 0.88 0.37 0.37 325.29 0.78 0.35
Hex A0 14 65 0 58 25 25 145 4E 23
Octal 240 24 145 0 130 45 45 505 116 43
Binary 10100000 10100 1100101 0 1011000 100101 100101 101000101 1001110 100011

Color Harmonies of #A01465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01465

Black with #A01465

Text Example


Text Example

White with #A01465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01465; }

 p { color: rgb(160,20,101); }

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

background-color css

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

 a { background-color: rgb(160,20,101); }

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

border-color css

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

 span { border-color: rgb(160,20,101); }

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