Html Css Color HEX #AB035E Jazzberry Jam

📋 copy color: '#AB035E'

red 171 ◦ green 3 ◦ blue 94

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

Shades of Jazzberry Jam #AB035E

Tints of Jazzberry Jam #AB035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 63.81%
G = 1.12%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB035E (or 0xAB035E) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 5E. RGB value is (171,3,94). Sum of RGB (Red+Green+Blue) = 171+3+94=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB035E is #54FCA1. Grayscale: #3F3F3F. Windows color (decimal): -5569698 or 6161323. OLE color: 6161323.

HSL color Cylindrical-coordinate representation of color #AB035E: hue angle of 327.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB035E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 94 -
CMYK 0 0.98 0.45 0.33
HSL 327.5º 0.97% 0.34% -
HSV(B) 327.5º 0.98% 0.67% -
XYZ 18.85 9.53 11.44 -
YUV 63.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 171 3 94 0 0.98 0.45 0.33 327.5 0.97 0.34
Hex AB 3 5E 0 62 2D 21 148 61 22
Octal 253 3 136 0 142 55 41 510 141 42
Binary 10101011 11 1011110 0 1100010 101101 100001 101001000 1100001 100010

Color Harmonies of #AB035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB035E

Black with #AB035E

Text Example


Text Example

White with #AB035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB035E; }

 p { color: rgb(171,3,94); }

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

background-color css

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

 a { background-color: rgb(171,3,94); }

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

border-color css

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

 span { border-color: rgb(171,3,94); }

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