Html Css Color HEX #A50669 Jazzberry Jam

📋 copy color: '#A50669'

red 165 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #A50669

Tints of Jazzberry Jam #A50669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 59.78%
G = 2.17%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A50669 (or 0xA50669) is known color: Jazzberry Jam. HEX triplet: A5, 06 and 69. RGB value is (165,6,105). Sum of RGB (Red+Green+Blue) = 165+6+105=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A50669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50669 is #5AF996. Grayscale: #404040. Windows color (decimal): -5962135 or 6882981. OLE color: 6882981.

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

Color convert

RGB 165 6 105 -
CMYK 0 0.96 0.36 0.35
HSL 322.64º 0.93% 0.34% -
HSV(B) 322.64º 0.96% 0.65% -
XYZ 18.13 9.15 14.17 -
YUV 64.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 165 6 105 0 0.96 0.36 0.35 322.64 0.93 0.34
Hex A5 6 69 0 60 24 23 143 5D 22
Octal 245 6 151 0 140 44 43 503 135 42
Binary 10100101 110 1101001 0 1100000 100100 100011 101000011 1011101 100010

Color Harmonies of #A50669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50669

Black with #A50669

Text Example


Text Example

White with #A50669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50669; }

 p { color: rgb(165,6,105); }

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

background-color css

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

 a { background-color: rgb(165,6,105); }

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

border-color css

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

 span { border-color: rgb(165,6,105); }

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