Html Css Color HEX #A0035A Jazzberry Jam

📋 copy color: '#A0035A'

red 160 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A0035A

Tints of Jazzberry Jam #A0035A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 63.24%
G = 1.19%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0035A (or 0xA0035A) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 5A. RGB value is (160,3,90). Sum of RGB (Red+Green+Blue) = 160+3+90=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0035A is #5FFCA5. Grayscale: #3B3B3B. Windows color (decimal): -6290598 or 5899168. OLE color: 5899168.

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

Color convert

RGB 160 3 90 -
CMYK 0 0.98 0.44 0.37
HSL 326.75º 0.96% 0.32% -
HSV(B) 326.75º 0.98% 0.63% -
XYZ 16.38 8.28 10.41 -
YUV 59.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 160 3 90 0 0.98 0.44 0.37 326.75 0.96 0.32
Hex A0 3 5A 0 62 2C 25 147 60 20
Octal 240 3 132 0 142 54 45 507 140 40
Binary 10100000 11 1011010 0 1100010 101100 100101 101000111 1100000 100000

Color Harmonies of #A0035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0035A

Black with #A0035A

Text Example


Text Example

White with #A0035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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