Html Css Color HEX #A10754 Jazzberry Jam

📋 copy color: '#A10754'

red 161 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #A10754

Tints of Jazzberry Jam #A10754

RGB

 RED value IS 161 (63.28% from 255) = 63.89%

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 63.89%
G = 2.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A10754 (or 0xA10754) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 54. RGB value is (161,7,84). Sum of RGB (Red+Green+Blue) = 161+7+84=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A10754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10754 is #5EF8AB. Grayscale: #3D3D3D. Windows color (decimal): -6224044 or 5506977. OLE color: 5506977.

HSL color Cylindrical-coordinate representation of color #A10754: hue angle of 330º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10754 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 84 -
CMYK 0 0.96 0.48 0.37
HSL 330º 0.92% 0.33% -
HSV(B) 330º 0.96% 0.63% -
XYZ 16.37 8.37 9.14 -
YUV 61.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 161 7 84 0 0.96 0.48 0.37 330 0.92 0.33
Hex A1 7 54 0 60 30 25 14A 5C 21
Octal 241 7 124 0 140 60 45 512 134 41
Binary 10100001 111 1010100 0 1100000 110000 100101 101001010 1011100 100001

Color Harmonies of #A10754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10754

Black with #A10754

Text Example


Text Example

White with #A10754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10754; }

 p { color: rgb(161,7,84); }

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

background-color css

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

 a { background-color: rgb(161,7,84); }

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

border-color css

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

 span { border-color: rgb(161,7,84); }

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