Html Css Color HEX #A50567 Jazzberry Jam

📋 copy color: '#A50567'

red 165 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #A50567

Tints of Jazzberry Jam #A50567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 60.44%
G = 1.83%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A50567 (or 0xA50567) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 67. RGB value is (165,5,103). Sum of RGB (Red+Green+Blue) = 165+5+103=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A50567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50567 is #5AFA98. Grayscale: #3F3F3F. Windows color (decimal): -5962393 or 6751653. OLE color: 6751653.

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

Color convert

RGB 165 5 103 -
CMYK 0 0.97 0.38 0.35
HSL 323.25º 0.94% 0.33% -
HSV(B) 323.25º 0.97% 0.65% -
XYZ 18.02 9.09 13.64 -
YUV 64.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 165 5 103 0 0.97 0.38 0.35 323.25 0.94 0.33
Hex A5 5 67 0 61 26 23 143 5E 21
Octal 245 5 147 0 141 46 43 503 136 41
Binary 10100101 101 1100111 0 1100001 100110 100011 101000011 1011110 100001

Color Harmonies of #A50567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50567

Black with #A50567

Text Example


Text Example

White with #A50567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50567; }

 p { color: rgb(165,5,103); }

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

background-color css

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

 a { background-color: rgb(165,5,103); }

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

border-color css

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

 span { border-color: rgb(165,5,103); }

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