Html Css Color HEX #A50D6D Jazzberry Jam

📋 copy color: '#A50D6D'

red 165 ◦ green 13 ◦ blue 109

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

Shades of Jazzberry Jam #A50D6D

Tints of Jazzberry Jam #A50D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 57.49%
G = 4.53%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A50D6D (or 0xA50D6D) is known color: Jazzberry Jam. HEX triplet: A5, 0D and 6D. RGB value is (165,13,109). Sum of RGB (Red+Green+Blue) = 165+13+109=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D6D is #5AF292. Grayscale: #454545. Windows color (decimal): -5960339 or 7146917. OLE color: 7146917.

HSL color Cylindrical-coordinate representation of color #A50D6D: hue angle of 322.11º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D6D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 13 109 -
CMYK 0 0.92 0.34 0.35
HSL 322.11º 0.85% 0.35% -
HSV(B) 322.11º 0.92% 0.65% -
XYZ 18.42 9.39 15.31 -
YUV 69.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 165 13 109 0 0.92 0.34 0.35 322.11 0.85 0.35
Hex A5 D 6D 0 5C 22 23 142 55 23
Octal 245 15 155 0 134 42 43 502 125 43
Binary 10100101 1101 1101101 0 1011100 100010 100011 101000010 1010101 100011

Color Harmonies of #A50D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D6D

Black with #A50D6D

Text Example


Text Example

White with #A50D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D6D; }

 p { color: rgb(165,13,109); }

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

background-color css

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

 a { background-color: rgb(165,13,109); }

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

border-color css

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

 span { border-color: rgb(165,13,109); }

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