Html Css Color HEX #AB256C Jazzberry Jam

📋 copy color: '#AB256C'

red 171 ◦ green 37 ◦ blue 108

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

Shades of Jazzberry Jam #AB256C

Tints of Jazzberry Jam #AB256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 54.11%
G = 11.71%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB256C (or 0xAB256C) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 6C. RGB value is (171,37,108). Sum of RGB (Red+Green+Blue) = 171+37+108=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256C is #54DA93. Grayscale: #555555. Windows color (decimal): -5560980 or 7087531. OLE color: 7087531.

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

Color convert

RGB 171 37 108 -
CMYK 0 0.78 0.37 0.33
HSL 328.21º 0.64% 0.41% -
HSV(B) 328.21º 0.78% 0.67% -
XYZ 20.16 11.06 15.26 -
YUV 85.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 171 37 108 0 0.78 0.37 0.33 328.21 0.64 0.41
Hex AB 25 6C 0 4E 25 21 148 40 29
Octal 253 45 154 0 116 45 41 510 100 51
Binary 10101011 100101 1101100 0 1001110 100101 100001 101001000 1000000 101001

Color Harmonies of #AB256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB256C

Black with #AB256C

Text Example


Text Example

White with #AB256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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