Html Css Color HEX #A30455 Jazzberry Jam

📋 copy color: '#A30455'

red 163 ◦ green 4 ◦ blue 85

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

Shades of Jazzberry Jam #A30455

Tints of Jazzberry Jam #A30455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 64.68%
G = 1.59%
B = 33.73%

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

#A30455 (or 0xA30455) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 55. RGB value is (163,4,85). Sum of RGB (Red+Green+Blue) = 163+4+85=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30455 is #5CFBAA. Grayscale: #3C3C3C. Windows color (decimal): -6093739 or 5571747. OLE color: 5571747.

HSL color Cylindrical-coordinate representation of color #A30455: hue angle of 329.43º degrees, saturation: 0.95, 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 #A30455 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 85 -
CMYK 0 0.98 0.48 0.36
HSL 329.43º 0.95% 0.33% -
HSV(B) 329.43º 0.98% 0.64% -
XYZ 16.79 8.53 9.36 -
YUV 60.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 163 4 85 0 0.98 0.48 0.36 329.43 0.95 0.33
Hex A3 4 55 0 62 30 24 149 5F 21
Octal 243 4 125 0 142 60 44 511 137 41
Binary 10100011 100 1010101 0 1100010 110000 100100 101001001 1011111 100001

Color Harmonies of #A30455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30455

Black with #A30455

Text Example


Text Example

White with #A30455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30455; }

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

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

background-color css

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

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

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

border-color css

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

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

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