Html Css Color HEX #A10752 Jazzberry Jam

📋 copy color: '#A10752'

red 161 ◦ green 7 ◦ blue 82

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

Shades of Jazzberry Jam #A10752

Tints of Jazzberry Jam #A10752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 64.4%
G = 2.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A10752 (or 0xA10752) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 52. RGB value is (161,7,82). Sum of RGB (Red+Green+Blue) = 161+7+82=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10752 is #5EF8AD. Grayscale: #3D3D3D. Windows color (decimal): -6224046 or 5375905. OLE color: 5375905.

HSL color Cylindrical-coordinate representation of color #A10752: hue angle of 330.78º 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 #A10752 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 82 -
CMYK 0 0.96 0.49 0.37
HSL 330.78º 0.92% 0.33% -
HSV(B) 330.78º 0.96% 0.63% -
XYZ 16.3 8.34 8.73 -
YUV 61.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 161 7 82 0 0.96 0.49 0.37 330.78 0.92 0.33
Hex A1 7 52 0 60 31 25 14B 5C 21
Octal 241 7 122 0 140 61 45 513 134 41
Binary 10100001 111 1010010 0 1100000 110001 100101 101001011 1011100 100001

Color Harmonies of #A10752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10752

Black with #A10752

Text Example


Text Example

White with #A10752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10752; }

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

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

background-color css

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

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

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

border-color css

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

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

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