Html Css Color HEX #A50162 Jazzberry Jam

📋 copy color: '#A50162'

red 165 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #A50162

Tints of Jazzberry Jam #A50162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 62.5%
G = 0.38%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A50162 (or 0xA50162) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 62. RGB value is (165,1,98). Sum of RGB (Red+Green+Blue) = 165+1+98=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A50162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50162 is #5AFE9D. Grayscale: #3C3C3C. Windows color (decimal): -5963422 or 6422949. OLE color: 6422949.

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

Color convert

RGB 165 1 98 -
CMYK 0 0.99 0.41 0.35
HSL 324.51º 0.99% 0.33% -
HSV(B) 324.51º 0.99% 0.65% -
XYZ 17.73 8.9 12.34 -
YUV 61.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 165 1 98 0 0.99 0.41 0.35 324.51 0.99 0.33
Hex A5 1 62 0 63 29 23 145 63 21
Octal 245 1 142 0 143 51 43 505 143 41
Binary 10100101 1 1100010 0 1100011 101001 100011 101000101 1100011 100001

Color Harmonies of #A50162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50162

Black with #A50162

Text Example


Text Example

White with #A50162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50162; }

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

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

background-color css

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

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

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

border-color css

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

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

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