Html Css Color HEX #AB055A Jazzberry Jam

📋 copy color: '#AB055A'

red 171 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #AB055A

Tints of Jazzberry Jam #AB055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 64.29%
G = 1.88%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB055A (or 0xAB055A) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 5A. RGB value is (171,5,90). Sum of RGB (Red+Green+Blue) = 171+5+90=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB055A is #54FAA5. Grayscale: #404040. Windows color (decimal): -5569190 or 5899691. OLE color: 5899691.

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

Color convert

RGB 171 5 90 -
CMYK 0 0.97 0.47 0.33
HSL 329.28º 0.94% 0.35% -
HSV(B) 329.28º 0.97% 0.67% -
XYZ 18.69 9.5 10.52 -
YUV 64.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 171 5 90 0 0.97 0.47 0.33 329.28 0.94 0.35
Hex AB 5 5A 0 61 2F 21 149 5E 23
Octal 253 5 132 0 141 57 41 511 136 43
Binary 10101011 101 1011010 0 1100001 101111 100001 101001001 1011110 100011

Color Harmonies of #AB055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB055A

Black with #AB055A

Text Example


Text Example

White with #AB055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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