Html Css Color HEX #AB1074 Jazzberry Jam

📋 copy color: '#AB1074'

red 171 ◦ green 16 ◦ blue 116

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

Shades of Jazzberry Jam #AB1074

Tints of Jazzberry Jam #AB1074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 56.44%
G = 5.28%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB1074 (or 0xAB1074) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 74. RGB value is (171,16,116). Sum of RGB (Red+Green+Blue) = 171+16+116=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1074 is #54EF8B. Grayscale: #494949. Windows color (decimal): -5566348 or 7606443. OLE color: 7606443.

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

Color convert

RGB 171 16 116 -
CMYK 0 0.91 0.32 0.33
HSL 321.29º 0.83% 0.37% -
HSV(B) 321.29º 0.91% 0.67% -
XYZ 20.13 10.29 17.45 -
YUV 73.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 171 16 116 0 0.91 0.32 0.33 321.29 0.83 0.37
Hex AB 10 74 0 5B 20 21 141 53 25
Octal 253 20 164 0 133 40 41 501 123 45
Binary 10101011 10000 1110100 0 1011011 100000 100001 101000001 1010011 100101

Color Harmonies of #AB1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1074

Black with #AB1074

Text Example


Text Example

White with #AB1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1074; }

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

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

background-color css

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

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

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

border-color css

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

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

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