Html Css Color HEX #A01B64 Jazzberry Jam

📋 copy color: '#A01B64'

red 160 ◦ green 27 ◦ blue 100

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

Shades of Jazzberry Jam #A01B64

Tints of Jazzberry Jam #A01B64

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 55.75%
G = 9.41%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01B64 (or 0xA01B64) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 64. RGB value is (160,27,100). Sum of RGB (Red+Green+Blue) = 160+27+100=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B64 is #5FE49B. Grayscale: #4A4A4A. Windows color (decimal): -6284444 or 6560672. OLE color: 6560672.

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

Color convert

RGB 160 27 100 -
CMYK 0 0.83 0.38 0.37
HSL 327.07º 0.71% 0.37% -
HSV(B) 327.07º 0.83% 0.63% -
XYZ 17.19 9.18 12.92 -
YUV 75.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 160 27 100 0 0.83 0.38 0.37 327.07 0.71 0.37
Hex A0 1B 64 0 53 26 25 147 47 25
Octal 240 33 144 0 123 46 45 507 107 45
Binary 10100000 11011 1100100 0 1010011 100110 100101 101000111 1000111 100101

Color Harmonies of #A01B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B64

Black with #A01B64

Text Example


Text Example

White with #A01B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B64; }

 p { color: rgb(160,27,100); }

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

background-color css

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

 a { background-color: rgb(160,27,100); }

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

border-color css

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

 span { border-color: rgb(160,27,100); }

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