Html Css Color HEX #A30565 Jazzberry Jam

📋 copy color: '#A30565'

red 163 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #A30565

Tints of Jazzberry Jam #A30565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 60.59%
G = 1.86%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A30565 (or 0xA30565) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 65. RGB value is (163,5,101). Sum of RGB (Red+Green+Blue) = 163+5+101=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A30565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30565 is #5CFA9A. Grayscale: #3E3E3E. Windows color (decimal): -6093467 or 6620579. OLE color: 6620579.

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

Color convert

RGB 163 5 101 -
CMYK 0 0.97 0.38 0.36
HSL 323.54º 0.94% 0.33% -
HSV(B) 323.54º 0.97% 0.64% -
XYZ 17.51 8.83 13.09 -
YUV 63.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 163 5 101 0 0.97 0.38 0.36 323.54 0.94 0.33
Hex A3 5 65 0 61 26 24 144 5E 21
Octal 243 5 145 0 141 46 44 504 136 41
Binary 10100011 101 1100101 0 1100001 100110 100100 101000100 1011110 100001

Color Harmonies of #A30565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30565

Black with #A30565

Text Example


Text Example

White with #A30565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30565; }

 p { color: rgb(163,5,101); }

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

background-color css

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

 a { background-color: rgb(163,5,101); }

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

border-color css

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

 span { border-color: rgb(163,5,101); }

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