Html Css Color HEX #AB1874 Jazzberry Jam

📋 copy color: '#AB1874'

red 171 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #AB1874

Tints of Jazzberry Jam #AB1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 54.98%
G = 7.72%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB1874 (or 0xAB1874) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 74. RGB value is (171,24,116). Sum of RGB (Red+Green+Blue) = 171+24+116=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1874 is #54E78B. Grayscale: #4E4E4E. Windows color (decimal): -5564300 or 7608491. OLE color: 7608491.

HSL color Cylindrical-coordinate representation of color #AB1874: hue angle of 322.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1874 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 116 -
CMYK 0 0.86 0.32 0.33
HSL 322.45º 0.75% 0.38% -
HSV(B) 322.45º 0.86% 0.67% -
XYZ 20.27 10.57 17.5 -
YUV 78.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 171 24 116 0 0.86 0.32 0.33 322.45 0.75 0.38
Hex AB 18 74 0 56 20 21 142 4B 26
Octal 253 30 164 0 126 40 41 502 113 46
Binary 10101011 11000 1110100 0 1010110 100000 100001 101000010 1001011 100110

Color Harmonies of #AB1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1874

Black with #AB1874

Text Example


Text Example

White with #AB1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1874; }

 p { color: rgb(171,24,116); }

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

background-color css

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

 a { background-color: rgb(171,24,116); }

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

border-color css

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

 span { border-color: rgb(171,24,116); }

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