Html Css Color HEX #A50263 Jazzberry Jam

📋 copy color: '#A50263'

red 165 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #A50263

Tints of Jazzberry Jam #A50263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 62.03%
G = 0.75%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A50263 (or 0xA50263) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 63. RGB value is (165,2,99). Sum of RGB (Red+Green+Blue) = 165+2+99=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A50263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50263 is #5AFD9C. Grayscale: #3D3D3D. Windows color (decimal): -5963165 or 6488741. OLE color: 6488741.

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

Color convert

RGB 165 2 99 -
CMYK 0 0.99 0.40 0.35
HSL 324.29º 0.98% 0.33% -
HSV(B) 324.29º 0.99% 0.65% -
XYZ 17.79 8.94 12.59 -
YUV 61.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 165 2 99 0 0.99 0.40 0.35 324.29 0.98 0.33
Hex A5 2 63 0 63 28 23 144 62 21
Octal 245 2 143 0 143 50 43 504 142 41
Binary 10100101 10 1100011 0 1100011 101000 100011 101000100 1100010 100001

Color Harmonies of #A50263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50263

Black with #A50263

Text Example


Text Example

White with #A50263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50263; }

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

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

background-color css

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

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

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

border-color css

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

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

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