Html Css Color HEX #A0075C Jazzberry Jam

📋 copy color: '#A0075C'

red 160 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #A0075C

Tints of Jazzberry Jam #A0075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 61.78%
G = 2.7%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0075C (or 0xA0075C) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 5C. RGB value is (160,7,92). Sum of RGB (Red+Green+Blue) = 160+7+92=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0075C is #5FF8A3. Grayscale: #3E3E3E. Windows color (decimal): -6289572 or 6031264. OLE color: 6031264.

HSL color Cylindrical-coordinate representation of color #A0075C: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0075C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 92 -
CMYK 0 0.96 0.43 0.37
HSL 326.67º 0.92% 0.33% -
HSV(B) 326.67º 0.96% 0.63% -
XYZ 16.5 8.4 10.88 -
YUV 62.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 160 7 92 0 0.96 0.43 0.37 326.67 0.92 0.33
Hex A0 7 5C 0 60 2B 25 147 5C 21
Octal 240 7 134 0 140 53 45 507 134 41
Binary 10100000 111 1011100 0 1100000 101011 100101 101000111 1011100 100001

Color Harmonies of #A0075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0075C

Black with #A0075C

Text Example


Text Example

White with #A0075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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