Html Css Color HEX #A0015C Jazzberry Jam

📋 copy color: '#A0015C'

red 160 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #A0015C

Tints of Jazzberry Jam #A0015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 63.24%
G = 0.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0015C (or 0xA0015C) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 5C. RGB value is (160,1,92). Sum of RGB (Red+Green+Blue) = 160+1+92=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0015C is #5FFEA3. Grayscale: #3A3A3A. Windows color (decimal): -6291108 or 6029728. OLE color: 6029728.

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

Color convert

RGB 160 1 92 -
CMYK 0 0.99 0.43 0.37
HSL 325.66º 0.99% 0.32% -
HSV(B) 325.66º 0.99% 0.63% -
XYZ 16.44 8.27 10.85 -
YUV 58.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 160 1 92 0 0.99 0.43 0.37 325.66 0.99 0.32
Hex A0 1 5C 0 63 2B 25 146 63 20
Octal 240 1 134 0 143 53 45 506 143 40
Binary 10100000 1 1011100 0 1100011 101011 100101 101000110 1100011 100000

Color Harmonies of #A0015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0015C

Black with #A0015C

Text Example


Text Example

White with #A0015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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