Html Css Color HEX #A50352 Jazzberry Jam

📋 copy color: '#A50352'

red 165 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #A50352

Tints of Jazzberry Jam #A50352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 66%
G = 1.2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A50352 (or 0xA50352) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 52. RGB value is (165,3,82). Sum of RGB (Red+Green+Blue) = 165+3+82=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50352 is #5AFCAD. Grayscale: #3C3C3C. Windows color (decimal): -5962926 or 5374885. OLE color: 5374885.

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

Color convert

RGB 165 3 82 -
CMYK 0 0.98 0.50 0.35
HSL 330.74º 0.96% 0.33% -
HSV(B) 330.74º 0.98% 0.65% -
XYZ 17.07 8.67 8.76 -
YUV 60.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 165 3 82 0 0.98 0.50 0.35 330.74 0.96 0.33
Hex A5 3 52 0 62 32 23 14B 60 21
Octal 245 3 122 0 142 62 43 513 140 41
Binary 10100101 11 1010010 0 1100010 110010 100011 101001011 1100000 100001

Color Harmonies of #A50352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50352

Black with #A50352

Text Example


Text Example

White with #A50352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50352; }

 p { color: rgb(165,3,82); }

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

background-color css

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

 a { background-color: rgb(165,3,82); }

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

border-color css

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

 span { border-color: rgb(165,3,82); }

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