Html Css Color HEX #AB125C Jazzberry Jam

📋 copy color: '#AB125C'

red 171 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #AB125C

Tints of Jazzberry Jam #AB125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 60.85%
G = 6.41%
B = 32.74%

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

#AB125C (or 0xAB125C) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 5C. RGB value is (171,18,92). Sum of RGB (Red+Green+Blue) = 171+18+92=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB125C is #54EDA3. Grayscale: #484848. Windows color (decimal): -5565860 or 6034091. OLE color: 6034091.

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

Color convert

RGB 171 18 92 -
CMYK 0 0.89 0.46 0.33
HSL 330.98º 0.81% 0.37% -
HSV(B) 330.98º 0.89% 0.67% -
XYZ 18.94 9.86 11.03 -
YUV 72.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 171 18 92 0 0.89 0.46 0.33 330.98 0.81 0.37
Hex AB 12 5C 0 59 2E 21 14B 51 25
Octal 253 22 134 0 131 56 41 513 121 45
Binary 10101011 10010 1011100 0 1011001 101110 100001 101001011 1010001 100101

Color Harmonies of #AB125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB125C

Black with #AB125C

Text Example


Text Example

White with #AB125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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