Html Css Color HEX #AB155A Jazzberry Jam

📋 copy color: '#AB155A'

red 171 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #AB155A

Tints of Jazzberry Jam #AB155A

RGB

 RED value IS 171 (67.19% from 255) = 60.64%

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 60.64%
G = 7.45%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB155A (or 0xAB155A) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 5A. RGB value is (171,21,90). Sum of RGB (Red+Green+Blue) = 171+21+90=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB155A is #54EAA5. Grayscale: #494949. Windows color (decimal): -5565094 or 5903787. OLE color: 5903787.

HSL color Cylindrical-coordinate representation of color #AB155A: hue angle of 332.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB155A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 90 -
CMYK 0 0.88 0.47 0.33
HSL 332.4º 0.78% 0.38% -
HSV(B) 332.4º 0.88% 0.67% -
XYZ 18.91 9.93 10.59 -
YUV 73.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 171 21 90 0 0.88 0.47 0.33 332.4 0.78 0.38
Hex AB 15 5A 0 58 2F 21 14C 4E 26
Octal 253 25 132 0 130 57 41 514 116 46
Binary 10101011 10101 1011010 0 1011000 101111 100001 101001100 1001110 100110

Color Harmonies of #AB155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB155A

Black with #AB155A

Text Example


Text Example

White with #AB155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB155A; }

 p { color: rgb(171,21,90); }

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

background-color css

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

 a { background-color: rgb(171,21,90); }

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

border-color css

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

 span { border-color: rgb(171,21,90); }

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