Html Css Color HEX #AB034F Jazzberry Jam

📋 copy color: '#AB034F'

red 171 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #AB034F

Tints of Jazzberry Jam #AB034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 67.59%
G = 1.19%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB034F (or 0xAB034F) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 4F. RGB value is (171,3,79). Sum of RGB (Red+Green+Blue) = 171+3+79=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB034F is #54FCB0. Grayscale: #3D3D3D. Windows color (decimal): -5569713 or 5178283. OLE color: 5178283.

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

Color convert

RGB 171 3 79 -
CMYK 0 0.98 0.54 0.33
HSL 332.86º 0.97% 0.34% -
HSV(B) 332.86º 0.98% 0.67% -
XYZ 18.24 9.29 8.23 -
YUV 61.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 171 3 79 0 0.98 0.54 0.33 332.86 0.97 0.34
Hex AB 3 4F 0 62 36 21 14D 61 22
Octal 253 3 117 0 142 66 41 515 141 42
Binary 10101011 11 1001111 0 1100010 110110 100001 101001101 1100001 100010

Color Harmonies of #AB034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB034F

Black with #AB034F

Text Example


Text Example

White with #AB034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB034F; }

 p { color: rgb(171,3,79); }

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

background-color css

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

 a { background-color: rgb(171,3,79); }

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

border-color css

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

 span { border-color: rgb(171,3,79); }

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