Html Css Color HEX #A50163 Jazzberry Jam

📋 copy color: '#A50163'

red 165 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #A50163

Tints of Jazzberry Jam #A50163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 62.26%
G = 0.38%
B = 37.36%

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

#A50163 (or 0xA50163) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 63. RGB value is (165,1,99). Sum of RGB (Red+Green+Blue) = 165+1+99=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A50163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50163 is #5AFE9C. Grayscale: #3C3C3C. Windows color (decimal): -5963421 or 6488485. OLE color: 6488485.

HSL color Cylindrical-coordinate representation of color #A50163: hue angle of 324.15º degrees, saturation: 0.99, 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 #A50163 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 99 -
CMYK 0 0.99 0.40 0.35
HSL 324.15º 0.99% 0.33% -
HSV(B) 324.15º 0.99% 0.65% -
XYZ 17.78 8.92 12.59 -
YUV 61.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 165 1 99 0 0.99 0.40 0.35 324.15 0.99 0.33
Hex A5 1 63 0 63 28 23 144 63 21
Octal 245 1 143 0 143 50 43 504 143 41
Binary 10100101 1 1100011 0 1100011 101000 100011 101000100 1100011 100001

Color Harmonies of #A50163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50163

Black with #A50163

Text Example


Text Example

White with #A50163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50163; }

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

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

background-color css

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

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

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

border-color css

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

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

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