Html Css Color HEX #A50B68 Jazzberry Jam

📋 copy color: '#A50B68'

red 165 ◦ green 11 ◦ blue 104

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

Shades of Jazzberry Jam #A50B68

Tints of Jazzberry Jam #A50B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 58.93%
G = 3.93%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A50B68 (or 0xA50B68) is known color: Jazzberry Jam. HEX triplet: A5, 0B and 68. RGB value is (165,11,104). Sum of RGB (Red+Green+Blue) = 165+11+104=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B68 is #5AF497. Grayscale: #434343. Windows color (decimal): -5960856 or 6818725. OLE color: 6818725.

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

Color convert

RGB 165 11 104 -
CMYK 0 0.93 0.37 0.35
HSL 323.77º 0.88% 0.35% -
HSV(B) 323.77º 0.93% 0.65% -
XYZ 18.14 9.24 13.92 -
YUV 67.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 165 11 104 0 0.93 0.37 0.35 323.77 0.88 0.35
Hex A5 B 68 0 5D 25 23 144 58 23
Octal 245 13 150 0 135 45 43 504 130 43
Binary 10100101 1011 1101000 0 1011101 100101 100011 101000100 1011000 100011

Color Harmonies of #A50B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B68

Black with #A50B68

Text Example


Text Example

White with #A50B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B68; }

 p { color: rgb(165,11,104); }

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

background-color css

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

 a { background-color: rgb(165,11,104); }

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

border-color css

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

 span { border-color: rgb(165,11,104); }

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