Html Css Color HEX #AB034A Jazzberry Jam

📋 copy color: '#AB034A'

red 171 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #AB034A

Tints of Jazzberry Jam #AB034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 68.95%
G = 1.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB034A (or 0xAB034A) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 4A. RGB value is (171,3,74). Sum of RGB (Red+Green+Blue) = 171+3+74=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB034A is #54FCB5. Grayscale: #3D3D3D. Windows color (decimal): -5569718 or 4850603. OLE color: 4850603.

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

Color convert

RGB 171 3 74 -
CMYK 0 0.98 0.57 0.33
HSL 334.64º 0.97% 0.34% -
HSV(B) 334.64º 0.98% 0.67% -
XYZ 18.06 9.22 7.31 -
YUV 61.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 171 3 74 0 0.98 0.57 0.33 334.64 0.97 0.34
Hex AB 3 4A 0 62 39 21 14F 61 22
Octal 253 3 112 0 142 71 41 517 141 42
Binary 10101011 11 1001010 0 1100010 111001 100001 101001111 1100001 100010

Color Harmonies of #AB034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB034A

Black with #AB034A

Text Example


Text Example

White with #AB034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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