Html Css Color HEX #AB054D Jazzberry Jam

📋 copy color: '#AB054D'

red 171 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #AB054D

Tints of Jazzberry Jam #AB054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 67.59%
G = 1.98%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB054D (or 0xAB054D) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 4D. RGB value is (171,5,77). Sum of RGB (Red+Green+Blue) = 171+5+77=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB054D is #54FAB2. Grayscale: #3E3E3E. Windows color (decimal): -5569203 or 5047723. OLE color: 5047723.

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

Color convert

RGB 171 5 77 -
CMYK 0 0.97 0.55 0.33
HSL 333.98º 0.94% 0.35% -
HSV(B) 333.98º 0.97% 0.67% -
XYZ 18.19 9.3 7.86 -
YUV 62.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 171 5 77 0 0.97 0.55 0.33 333.98 0.94 0.35
Hex AB 5 4D 0 61 37 21 14E 5E 23
Octal 253 5 115 0 141 67 41 516 136 43
Binary 10101011 101 1001101 0 1100001 110111 100001 101001110 1011110 100011

Color Harmonies of #AB054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB054D

Black with #AB054D

Text Example


Text Example

White with #AB054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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