Html Css Color HEX #A10653 Jazzberry Jam

📋 copy color: '#A10653'

red 161 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #A10653

Tints of Jazzberry Jam #A10653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 64.4%
G = 2.4%
B = 33.2%

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

#A10653 (or 0xA10653) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 53. RGB value is (161,6,83). Sum of RGB (Red+Green+Blue) = 161+6+83=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10653 is #5EF9AC. Grayscale: #3C3C3C. Windows color (decimal): -6224301 or 5441185. OLE color: 5441185.

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

Color convert

RGB 161 6 83 -
CMYK 0 0.96 0.48 0.37
HSL 330.19º 0.93% 0.33% -
HSV(B) 330.19º 0.96% 0.63% -
XYZ 16.32 8.33 8.93 -
YUV 61.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 161 6 83 0 0.96 0.48 0.37 330.19 0.93 0.33
Hex A1 6 53 0 60 30 25 14A 5D 21
Octal 241 6 123 0 140 60 45 512 135 41
Binary 10100001 110 1010011 0 1100000 110000 100101 101001010 1011101 100001

Color Harmonies of #A10653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10653

Black with #A10653

Text Example


Text Example

White with #A10653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10653; }

 p { color: rgb(161,6,83); }

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

background-color css

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

 a { background-color: rgb(161,6,83); }

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

border-color css

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

 span { border-color: rgb(161,6,83); }

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