Html Css Color HEX #A01B6F Jazzberry Jam

📋 copy color: '#A01B6F'

red 160 ◦ green 27 ◦ blue 111

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

Shades of Jazzberry Jam #A01B6F

Tints of Jazzberry Jam #A01B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 53.69%
G = 9.06%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A01B6F (or 0xA01B6F) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 6F. RGB value is (160,27,111). Sum of RGB (Red+Green+Blue) = 160+27+111=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B6F is #5FE490. Grayscale: #4C4C4C. Windows color (decimal): -6284433 or 7281568. OLE color: 7281568.

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

Color convert

RGB 160 27 111 -
CMYK 0 0.83 0.31 0.37
HSL 322.11º 0.71% 0.37% -
HSV(B) 322.11º 0.83% 0.63% -
XYZ 17.76 9.41 15.92 -
YUV 76.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 160 27 111 0 0.83 0.31 0.37 322.11 0.71 0.37
Hex A0 1B 6F 0 53 1F 25 142 47 25
Octal 240 33 157 0 123 37 45 502 107 45
Binary 10100000 11011 1101111 0 1010011 11111 100101 101000010 1000111 100101

Color Harmonies of #A01B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B6F

Black with #A01B6F

Text Example


Text Example

White with #A01B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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