Html Css Color HEX #A0035C Jazzberry Jam

📋 copy color: '#A0035C'

red 160 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #A0035C

Tints of Jazzberry Jam #A0035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 62.75%
G = 1.18%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0035C (or 0xA0035C) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 5C. RGB value is (160,3,92). Sum of RGB (Red+Green+Blue) = 160+3+92=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0035C is #5FFCA3. Grayscale: #3B3B3B. Windows color (decimal): -6290596 or 6030240. OLE color: 6030240.

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

Color convert

RGB 160 3 92 -
CMYK 0 0.98 0.43 0.37
HSL 325.99º 0.96% 0.32% -
HSV(B) 325.99º 0.98% 0.63% -
XYZ 16.46 8.31 10.86 -
YUV 60.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 160 3 92 0 0.98 0.43 0.37 325.99 0.96 0.32
Hex A0 3 5C 0 62 2B 25 146 60 20
Octal 240 3 134 0 142 53 45 506 140 40
Binary 10100000 11 1011100 0 1100010 101011 100101 101000110 1100000 100000

Color Harmonies of #A0035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0035C

Black with #A0035C

Text Example


Text Example

White with #A0035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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