Html Css Color HEX #A30355 Jazzberry Jam

📋 copy color: '#A30355'

red 163 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #A30355

Tints of Jazzberry Jam #A30355

RGB

 RED value IS 163 (64.06% from 255) = 64.94%

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 64.94%
G = 1.2%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A30355 (or 0xA30355) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 55. RGB value is (163,3,85). Sum of RGB (Red+Green+Blue) = 163+3+85=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A30355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30355 is #5CFCAA. Grayscale: #3C3C3C. Windows color (decimal): -6093995 or 5571491. OLE color: 5571491.

HSL color Cylindrical-coordinate representation of color #A30355: hue angle of 329.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30355 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 85 -
CMYK 0 0.98 0.48 0.36
HSL 329.25º 0.96% 0.33% -
HSV(B) 329.25º 0.98% 0.64% -
XYZ 16.78 8.51 9.35 -
YUV 60.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 163 3 85 0 0.98 0.48 0.36 329.25 0.96 0.33
Hex A3 3 55 0 62 30 24 149 60 21
Octal 243 3 125 0 142 60 44 511 140 41
Binary 10100011 11 1010101 0 1100010 110000 100100 101001001 1100000 100001

Color Harmonies of #A30355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30355

Black with #A30355

Text Example


Text Example

White with #A30355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30355; }

 p { color: rgb(163,3,85); }

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

background-color css

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

 a { background-color: rgb(163,3,85); }

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

border-color css

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

 span { border-color: rgb(163,3,85); }

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