Html Css Color HEX #A0014B Jazzberry Jam

📋 copy color: '#A0014B'

red 160 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #A0014B

Tints of Jazzberry Jam #A0014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 67.8%
G = 0.42%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0014B (or 0xA0014B) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4B. RGB value is (160,1,75). Sum of RGB (Red+Green+Blue) = 160+1+75=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0014B is #5FFEB4. Grayscale: #383838. Windows color (decimal): -6291125 or 4915616. OLE color: 4915616.

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

Color convert

RGB 160 1 75 -
CMYK 0 0.99 0.53 0.37
HSL 332.08º 0.99% 0.32% -
HSV(B) 332.08º 0.99% 0.63% -
XYZ 15.78 8 7.37 -
YUV 56.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 160 1 75 0 0.99 0.53 0.37 332.08 0.99 0.32
Hex A0 1 4B 0 63 35 25 14C 63 20
Octal 240 1 113 0 143 65 45 514 143 40
Binary 10100000 1 1001011 0 1100011 110101 100101 101001100 1100011 100000

Color Harmonies of #A0014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0014B

Black with #A0014B

Text Example


Text Example

White with #A0014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0014B; }

 p { color: rgb(160,1,75); }

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

background-color css

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

 a { background-color: rgb(160,1,75); }

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

border-color css

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

 span { border-color: rgb(160,1,75); }

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