Html Css Color HEX #AB236C Jazzberry Jam

📋 copy color: '#AB236C'

red 171 ◦ green 35 ◦ blue 108

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

Shades of Jazzberry Jam #AB236C

Tints of Jazzberry Jam #AB236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 54.46%
G = 11.15%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB236C (or 0xAB236C) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 6C. RGB value is (171,35,108). Sum of RGB (Red+Green+Blue) = 171+35+108=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB236C is #54DC93. Grayscale: #535353. Windows color (decimal): -5561492 or 7087019. OLE color: 7087019.

HSL color Cylindrical-coordinate representation of color #AB236C: hue angle of 327.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB236C is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 108 -
CMYK 0 0.80 0.37 0.33
HSL 327.79º 0.66% 0.4% -
HSV(B) 327.79º 0.8% 0.67% -
XYZ 20.1 10.94 15.24 -
YUV 83.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 171 35 108 0 0.80 0.37 0.33 327.79 0.66 0.4
Hex AB 23 6C 0 50 25 21 148 42 28
Octal 253 43 154 0 120 45 41 510 102 50
Binary 10101011 100011 1101100 0 1010000 100101 100001 101001000 1000010 101000

Color Harmonies of #AB236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB236C

Black with #AB236C

Text Example


Text Example

White with #AB236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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