Html Css Color HEX #AB034E Jazzberry Jam

📋 copy color: '#AB034E'

red 171 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #AB034E

Tints of Jazzberry Jam #AB034E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 67.86%
G = 1.19%
B = 30.95%

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

#AB034E (or 0xAB034E) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 4E. RGB value is (171,3,78). Sum of RGB (Red+Green+Blue) = 171+3+78=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB034E is #54FCB1. Grayscale: #3D3D3D. Windows color (decimal): -5569714 or 5112747. OLE color: 5112747.

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

Color convert

RGB 171 3 78 -
CMYK 0 0.98 0.54 0.33
HSL 333.21º 0.97% 0.34% -
HSV(B) 333.21º 0.98% 0.67% -
XYZ 18.2 9.27 8.04 -
YUV 61.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 171 3 78 0 0.98 0.54 0.33 333.21 0.97 0.34
Hex AB 3 4E 0 62 36 21 14D 61 22
Octal 253 3 116 0 142 66 41 515 141 42
Binary 10101011 11 1001110 0 1100010 110110 100001 101001101 1100001 100010

Color Harmonies of #AB034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB034E

Black with #AB034E

Text Example


Text Example

White with #AB034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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