Html Css Color HEX #AB046B Jazzberry Jam

📋 copy color: '#AB046B'

red 171 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #AB046B

Tints of Jazzberry Jam #AB046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 60.64%
G = 1.42%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB046B (or 0xAB046B) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 6B. RGB value is (171,4,107). Sum of RGB (Red+Green+Blue) = 171+4+107=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB046B is #54FB94. Grayscale: #414141. Windows color (decimal): -5569429 or 7013547. OLE color: 7013547.

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

Color convert

RGB 171 4 107 -
CMYK 0 0.98 0.37 0.33
HSL 322.99º 0.95% 0.34% -
HSV(B) 322.99º 0.98% 0.67% -
XYZ 19.49 9.81 14.78 -
YUV 65.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 171 4 107 0 0.98 0.37 0.33 322.99 0.95 0.34
Hex AB 4 6B 0 62 25 21 143 5F 22
Octal 253 4 153 0 142 45 41 503 137 42
Binary 10101011 100 1101011 0 1100010 100101 100001 101000011 1011111 100010

Color Harmonies of #AB046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB046B

Black with #AB046B

Text Example


Text Example

White with #AB046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB046B; }

 p { color: rgb(171,4,107); }

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

background-color css

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

 a { background-color: rgb(171,4,107); }

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

border-color css

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

 span { border-color: rgb(171,4,107); }

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