Html Css Color HEX #A50B6A Jazzberry Jam

📋 copy color: '#A50B6A'

red 165 ◦ green 11 ◦ blue 106

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

Shades of Jazzberry Jam #A50B6A

Tints of Jazzberry Jam #A50B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 58.51%
G = 3.9%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A50B6A (or 0xA50B6A) is known color: Jazzberry Jam. HEX triplet: A5, 0B and 6A. RGB value is (165,11,106). Sum of RGB (Red+Green+Blue) = 165+11+106=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B6A is #5AF495. Grayscale: #434343. Windows color (decimal): -5960854 or 6949797. OLE color: 6949797.

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

Color convert

RGB 165 11 106 -
CMYK 0 0.93 0.36 0.35
HSL 322.99º 0.88% 0.35% -
HSV(B) 322.99º 0.93% 0.65% -
XYZ 18.24 9.28 14.47 -
YUV 67.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 165 11 106 0 0.93 0.36 0.35 322.99 0.88 0.35
Hex A5 B 6A 0 5D 24 23 143 58 23
Octal 245 13 152 0 135 44 43 503 130 43
Binary 10100101 1011 1101010 0 1011101 100100 100011 101000011 1011000 100011

Color Harmonies of #A50B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B6A

Black with #A50B6A

Text Example


Text Example

White with #A50B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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