Html Css Color HEX #A11B5A Jazzberry Jam

📋 copy color: '#A11B5A'

red 161 ◦ green 27 ◦ blue 90

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

Shades of Jazzberry Jam #A11B5A

Tints of Jazzberry Jam #A11B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 57.91%
G = 9.71%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A11B5A (or 0xA11B5A) is known color: Jazzberry Jam. HEX triplet: A1, 1B and 5A. RGB value is (161,27,90). Sum of RGB (Red+Green+Blue) = 161+27+90=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B5A is #5EE4A5. Grayscale: #4A4A4A. Windows color (decimal): -6218918 or 5905313. OLE color: 5905313.

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

Color convert

RGB 161 27 90 -
CMYK 0 0.83 0.44 0.37
HSL 331.79º 0.71% 0.37% -
HSV(B) 331.79º 0.83% 0.63% -
XYZ 16.94 9.1 10.54 -
YUV 74.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 161 27 90 0 0.83 0.44 0.37 331.79 0.71 0.37
Hex A1 1B 5A 0 53 2C 25 14C 47 25
Octal 241 33 132 0 123 54 45 514 107 45
Binary 10100001 11011 1011010 0 1010011 101100 100101 101001100 1000111 100101

Color Harmonies of #A11B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B5A

Black with #A11B5A

Text Example


Text Example

White with #A11B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B5A; }

 p { color: rgb(161,27,90); }

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

background-color css

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

 a { background-color: rgb(161,27,90); }

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

border-color css

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

 span { border-color: rgb(161,27,90); }

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