Html Css Color HEX #AB034C Jazzberry Jam

📋 copy color: '#AB034C'

red 171 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #AB034C

Tints of Jazzberry Jam #AB034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 68.4%
G = 1.2%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB034C (or 0xAB034C) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 4C. RGB value is (171,3,76). Sum of RGB (Red+Green+Blue) = 171+3+76=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB034C is #54FCB3. Grayscale: #3D3D3D. Windows color (decimal): -5569716 or 4981675. OLE color: 4981675.

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

Color convert

RGB 171 3 76 -
CMYK 0 0.98 0.56 0.33
HSL 333.93º 0.97% 0.34% -
HSV(B) 333.93º 0.98% 0.67% -
XYZ 18.13 9.24 7.67 -
YUV 61.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 171 3 76 0 0.98 0.56 0.33 333.93 0.97 0.34
Hex AB 3 4C 0 62 38 21 14E 61 22
Octal 253 3 114 0 142 70 41 516 141 42
Binary 10101011 11 1001100 0 1100010 111000 100001 101001110 1100001 100010

Color Harmonies of #AB034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB034C

Black with #AB034C

Text Example


Text Example

White with #AB034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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