Html Css Color HEX #A01B6B Jazzberry Jam

📋 copy color: '#A01B6B'

red 160 ◦ green 27 ◦ blue 107

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

Shades of Jazzberry Jam #A01B6B

Tints of Jazzberry Jam #A01B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 54.42%
G = 9.18%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A01B6B (or 0xA01B6B) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 6B. RGB value is (160,27,107). Sum of RGB (Red+Green+Blue) = 160+27+107=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B6B is #5FE494. Grayscale: #4B4B4B. Windows color (decimal): -6284437 or 7019424. OLE color: 7019424.

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

Color convert

RGB 160 27 107 -
CMYK 0 0.83 0.33 0.37
HSL 323.91º 0.71% 0.37% -
HSV(B) 323.91º 0.83% 0.63% -
XYZ 17.54 9.32 14.78 -
YUV 75.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 160 27 107 0 0.83 0.33 0.37 323.91 0.71 0.37
Hex A0 1B 6B 0 53 21 25 144 47 25
Octal 240 33 153 0 123 41 45 504 107 45
Binary 10100000 11011 1101011 0 1010011 100001 100101 101000100 1000111 100101

Color Harmonies of #A01B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B6B

Black with #A01B6B

Text Example


Text Example

White with #A01B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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