Html Css Color HEX #A30755 Jazzberry Jam

📋 copy color: '#A30755'

red 163 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #A30755

Tints of Jazzberry Jam #A30755

RGB

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

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

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

R = 63.92%
G = 2.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A30755 (or 0xA30755) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 55. RGB value is (163,7,85). Sum of RGB (Red+Green+Blue) = 163+7+85=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A30755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30755 is #5CF8AA. Grayscale: #3E3E3E. Windows color (decimal): -6092971 or 5572515. OLE color: 5572515.

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

Color convert

RGB 163 7 85 -
CMYK 0 0.96 0.48 0.36
HSL 330º 0.92% 0.33% -
HSV(B) 330º 0.96% 0.64% -
XYZ 16.82 8.59 9.37 -
YUV 62.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 163 7 85 0 0.96 0.48 0.36 330 0.92 0.33
Hex A3 7 55 0 60 30 24 14A 5C 21
Octal 243 7 125 0 140 60 44 512 134 41
Binary 10100011 111 1010101 0 1100000 110000 100100 101001010 1011100 100001

Color Harmonies of #A30755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30755

Black with #A30755

Text Example


Text Example

White with #A30755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30755; }

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

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

background-color css

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

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

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

border-color css

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

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

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