Html Css Color HEX #AB256A Jazzberry Jam

📋 copy color: '#AB256A'

red 171 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #AB256A

Tints of Jazzberry Jam #AB256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 54.46%
G = 11.78%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB256A (or 0xAB256A) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 6A. RGB value is (171,37,106). Sum of RGB (Red+Green+Blue) = 171+37+106=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB256A is #54DA95. Grayscale: #545454. Windows color (decimal): -5560982 or 6956459. OLE color: 6956459.

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

Color convert

RGB 171 37 106 -
CMYK 0 0.78 0.38 0.33
HSL 329.1º 0.64% 0.41% -
HSV(B) 329.1º 0.78% 0.67% -
XYZ 20.06 11.02 14.71 -
YUV 84.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 171 37 106 0 0.78 0.38 0.33 329.1 0.64 0.41
Hex AB 25 6A 0 4E 26 21 149 40 29
Octal 253 45 152 0 116 46 41 511 100 51
Binary 10101011 100101 1101010 0 1001110 100110 100001 101001001 1000000 101001

Color Harmonies of #AB256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB256A

Black with #AB256A

Text Example


Text Example

White with #AB256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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