Html Css Color HEX #A10663 Jazzberry Jam

📋 copy color: '#A10663'

red 161 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #A10663

Tints of Jazzberry Jam #A10663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 60.53%
G = 2.26%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A10663 (or 0xA10663) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 63. RGB value is (161,6,99). Sum of RGB (Red+Green+Blue) = 161+6+99=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10663 is #5EF99C. Grayscale: #3E3E3E. Windows color (decimal): -6224285 or 6489761. OLE color: 6489761.

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

Color convert

RGB 161 6 99 -
CMYK 0 0.96 0.39 0.37
HSL 324º 0.93% 0.33% -
HSV(B) 324º 0.96% 0.63% -
XYZ 17.02 8.61 12.57 -
YUV 62.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 161 6 99 0 0.96 0.39 0.37 324 0.93 0.33
Hex A1 6 63 0 60 27 25 144 5D 21
Octal 241 6 143 0 140 47 45 504 135 41
Binary 10100001 110 1100011 0 1100000 100111 100101 101000100 1011101 100001

Color Harmonies of #A10663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10663

Black with #A10663

Text Example


Text Example

White with #A10663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10663; }

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

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

background-color css

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

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

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

border-color css

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

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

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