Html Css Color HEX #A01665 Jazzberry Jam

📋 copy color: '#A01665'

red 160 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #A01665

Tints of Jazzberry Jam #A01665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

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

R = 56.54%
G = 7.77%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A01665 (or 0xA01665) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 65. RGB value is (160,22,101). Sum of RGB (Red+Green+Blue) = 160+22+101=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A01665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01665 is #5FE99A. Grayscale: #484848. Windows color (decimal): -6285723 or 6624928. OLE color: 6624928.

HSL color Cylindrical-coordinate representation of color #A01665: hue angle of 325.65º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01665 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 101 -
CMYK 0 0.86 0.37 0.37
HSL 325.65º 0.76% 0.36% -
HSV(B) 325.65º 0.86% 0.63% -
XYZ 17.13 8.99 13.14 -
YUV 72.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 160 22 101 0 0.86 0.37 0.37 325.65 0.76 0.36
Hex A0 16 65 0 56 25 25 146 4C 24
Octal 240 26 145 0 126 45 45 506 114 44
Binary 10100000 10110 1100101 0 1010110 100101 100101 101000110 1001100 100100

Color Harmonies of #A01665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01665

Black with #A01665

Text Example


Text Example

White with #A01665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01665; }

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

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

background-color css

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

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

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

border-color css

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

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

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