Html Css Color HEX #A50963 Jazzberry Jam

📋 copy color: '#A50963'

red 165 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #A50963

Tints of Jazzberry Jam #A50963

RGB

 RED value IS 165 (64.84% from 255) = 60.44%

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 60.44%
G = 3.3%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A50963 (or 0xA50963) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 63. RGB value is (165,9,99). Sum of RGB (Red+Green+Blue) = 165+9+99=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A50963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50963 is #5AF69C. Grayscale: #414141. Windows color (decimal): -5961373 or 6490533. OLE color: 6490533.

HSL color Cylindrical-coordinate representation of color #A50963: hue angle of 325.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50963 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 99 -
CMYK 0 0.95 0.40 0.35
HSL 325.38º 0.9% 0.34% -
HSV(B) 325.38º 0.95% 0.65% -
XYZ 17.87 9.1 12.62 -
YUV 65.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 165 9 99 0 0.95 0.40 0.35 325.38 0.9 0.34
Hex A5 9 63 0 5F 28 23 145 5A 22
Octal 245 11 143 0 137 50 43 505 132 42
Binary 10100101 1001 1100011 0 1011111 101000 100011 101000101 1011010 100010

Color Harmonies of #A50963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50963

Black with #A50963

Text Example


Text Example

White with #A50963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50963; }

 p { color: rgb(165,9,99); }

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

background-color css

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

 a { background-color: rgb(165,9,99); }

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

border-color css

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

 span { border-color: rgb(165,9,99); }

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