Html Css Color HEX #AB246D Jazzberry Jam

📋 copy color: '#AB246D'

red 171 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #AB246D

Tints of Jazzberry Jam #AB246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 54.11%
G = 11.39%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB246D (or 0xAB246D) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 6D. RGB value is (171,36,109). Sum of RGB (Red+Green+Blue) = 171+36+109=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB246D is #54DB92. Grayscale: #545454. Windows color (decimal): -5561235 or 7152811. OLE color: 7152811.

HSL color Cylindrical-coordinate representation of color #AB246D: hue angle of 327.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB246D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 109 -
CMYK 0 0.79 0.36 0.33
HSL 327.56º 0.65% 0.41% -
HSV(B) 327.56º 0.79% 0.67% -
XYZ 20.19 11.02 15.53 -
YUV 84.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 171 36 109 0 0.79 0.36 0.33 327.56 0.65 0.41
Hex AB 24 6D 0 4F 24 21 148 41 29
Octal 253 44 155 0 117 44 41 510 101 51
Binary 10101011 100100 1101101 0 1001111 100100 100001 101001000 1000001 101001

Color Harmonies of #AB246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB246D

Black with #AB246D

Text Example


Text Example

White with #AB246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB246D; }

 p { color: rgb(171,36,109); }

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

background-color css

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

 a { background-color: rgb(171,36,109); }

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

border-color css

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

 span { border-color: rgb(171,36,109); }

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