Html Css Color HEX #AB246C Jazzberry Jam

📋 copy color: '#AB246C'

red 171 ◦ green 36 ◦ blue 108

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

Shades of Jazzberry Jam #AB246C

Tints of Jazzberry Jam #AB246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 54.29%
G = 11.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB246C (or 0xAB246C) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 6C. RGB value is (171,36,108). Sum of RGB (Red+Green+Blue) = 171+36+108=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB246C is #54DB93. Grayscale: #545454. Windows color (decimal): -5561236 or 7087275. OLE color: 7087275.

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

Color convert

RGB 171 36 108 -
CMYK 0 0.79 0.37 0.33
HSL 328º 0.65% 0.41% -
HSV(B) 328º 0.79% 0.67% -
XYZ 20.13 11 15.25 -
YUV 84.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 171 36 108 0 0.79 0.37 0.33 328 0.65 0.41
Hex AB 24 6C 0 4F 25 21 148 41 29
Octal 253 44 154 0 117 45 41 510 101 51
Binary 10101011 100100 1101100 0 1001111 100101 100001 101001000 1000001 101001

Color Harmonies of #AB246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB246C

Black with #AB246C

Text Example


Text Example

White with #AB246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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