Html Css Color HEX #AB125D Jazzberry Jam

📋 copy color: '#AB125D'

red 171 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #AB125D

Tints of Jazzberry Jam #AB125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 60.64%
G = 6.38%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB125D (or 0xAB125D) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 5D. RGB value is (171,18,93). Sum of RGB (Red+Green+Blue) = 171+18+93=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB125D is #54EDA2. Grayscale: #484848. Windows color (decimal): -5565859 or 6099627. OLE color: 6099627.

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

Color convert

RGB 171 18 93 -
CMYK 0 0.89 0.46 0.33
HSL 330.59º 0.81% 0.37% -
HSV(B) 330.59º 0.89% 0.67% -
XYZ 18.99 9.88 11.26 -
YUV 72.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 171 18 93 0 0.89 0.46 0.33 330.59 0.81 0.37
Hex AB 12 5D 0 59 2E 21 14B 51 25
Octal 253 22 135 0 131 56 41 513 121 45
Binary 10101011 10010 1011101 0 1011001 101110 100001 101001011 1010001 100101

Color Harmonies of #AB125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB125D

Black with #AB125D

Text Example


Text Example

White with #AB125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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