Html Css Color HEX #AB125B Jazzberry Jam

📋 copy color: '#AB125B'

red 171 ◦ green 18 ◦ blue 91

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

Shades of Jazzberry Jam #AB125B

Tints of Jazzberry Jam #AB125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 61.07%
G = 6.43%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB125B (or 0xAB125B) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 5B. RGB value is (171,18,91). Sum of RGB (Red+Green+Blue) = 171+18+91=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB125B is #54EDA4. Grayscale: #474747. Windows color (decimal): -5565861 or 5968555. OLE color: 5968555.

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

Color convert

RGB 171 18 91 -
CMYK 0 0.89 0.47 0.33
HSL 331.37º 0.81% 0.37% -
HSV(B) 331.37º 0.89% 0.67% -
XYZ 18.9 9.85 10.8 -
YUV 72.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 171 18 91 0 0.89 0.47 0.33 331.37 0.81 0.37
Hex AB 12 5B 0 59 2F 21 14B 51 25
Octal 253 22 133 0 131 57 41 513 121 45
Binary 10101011 10010 1011011 0 1011001 101111 100001 101001011 1010001 100101

Color Harmonies of #AB125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB125B

Black with #AB125B

Text Example


Text Example

White with #AB125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB125B; }

 p { color: rgb(171,18,91); }

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

background-color css

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

 a { background-color: rgb(171,18,91); }

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

border-color css

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

 span { border-color: rgb(171,18,91); }

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