Html Css Color HEX #AB246B Jazzberry Jam

📋 copy color: '#AB246B'

red 171 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #AB246B

Tints of Jazzberry Jam #AB246B

RGB

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

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

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

R = 54.46%
G = 11.46%
B = 34.08%

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

#AB246B (or 0xAB246B) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 6B. RGB value is (171,36,107). Sum of RGB (Red+Green+Blue) = 171+36+107=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB246B is #54DB94. Grayscale: #545454. Windows color (decimal): -5561237 or 7021739. OLE color: 7021739.

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

Color convert

RGB 171 36 107 -
CMYK 0 0.79 0.37 0.33
HSL 328.44º 0.65% 0.41% -
HSV(B) 328.44º 0.79% 0.67% -
XYZ 20.08 10.98 14.97 -
YUV 84.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 171 36 107 0 0.79 0.37 0.33 328.44 0.65 0.41
Hex AB 24 6B 0 4F 25 21 148 41 29
Octal 253 44 153 0 117 45 41 510 101 51
Binary 10101011 100100 1101011 0 1001111 100101 100001 101001000 1000001 101001

Color Harmonies of #AB246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB246B

Black with #AB246B

Text Example


Text Example

White with #AB246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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