Html Css Color HEX #AB055C Jazzberry Jam

📋 copy color: '#AB055C'

red 171 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #AB055C

Tints of Jazzberry Jam #AB055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 63.81%
G = 1.87%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB055C (or 0xAB055C) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 5C. RGB value is (171,5,92). Sum of RGB (Red+Green+Blue) = 171+5+92=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB055C is #54FAA3. Grayscale: #404040. Windows color (decimal): -5569188 or 6030763. OLE color: 6030763.

HSL color Cylindrical-coordinate representation of color #AB055C: hue angle of 328.55º 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 #AB055C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 92 -
CMYK 0 0.97 0.46 0.33
HSL 328.55º 0.94% 0.35% -
HSV(B) 328.55º 0.97% 0.67% -
XYZ 18.78 9.54 10.98 -
YUV 64.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 171 5 92 0 0.97 0.46 0.33 328.55 0.94 0.35
Hex AB 5 5C 0 61 2E 21 149 5E 23
Octal 253 5 134 0 141 56 41 511 136 43
Binary 10101011 101 1011100 0 1100001 101110 100001 101001001 1011110 100011

Color Harmonies of #AB055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB055C

Black with #AB055C

Text Example


Text Example

White with #AB055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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