Html Css Color HEX #A10051 Jazzberry Jam

📋 copy color: '#A10051'

red 161 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #A10051

Tints of Jazzberry Jam #A10051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 66.53%
G = 0%
B = 33.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A10051 (or 0xA10051) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 51. RGB value is (161,0,81). Sum of RGB (Red+Green+Blue) = 161+0+81=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A10051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10051 is #5EFFAE. Grayscale: #393939. Windows color (decimal): -6225839 or 5308577. OLE color: 5308577.

HSL color Cylindrical-coordinate representation of color #A10051: hue angle of 329.81º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10051 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 0 81 -
CMYK 0 1 0.50 0.37
HSL 329.81º 1% 0.32% -
HSV(B) 329.81º 1% 0.63% -
XYZ 16.18 8.17 8.51 -
YUV 57.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 161 0 81 0 1 0.50 0.37 329.81 1 0.32
Hex A1 0 51 0 64 32 25 14A 64 20
Octal 241 0 121 0 144 62 45 512 144 40
Binary 10100001 0 1010001 0 1100100 110010 100101 101001010 1100100 100000

Color Harmonies of #A10051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10051

Black with #A10051

Text Example


Text Example

White with #A10051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10051; }

 p { color: rgb(161,0,81); }

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

background-color css

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

 a { background-color: rgb(161,0,81); }

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

border-color css

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

 span { border-color: rgb(161,0,81); }

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