Html Css Color HEX #AB075F Jazzberry Jam

📋 copy color: '#AB075F'

red 171 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #AB075F

Tints of Jazzberry Jam #AB075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 62.64%
G = 2.56%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB075F (or 0xAB075F) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 5F. RGB value is (171,7,95). Sum of RGB (Red+Green+Blue) = 171+7+95=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB075F is #54F8A0. Grayscale: #414141. Windows color (decimal): -5568673 or 6227883. OLE color: 6227883.

HSL color Cylindrical-coordinate representation of color #AB075F: hue angle of 327.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB075F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 95 -
CMYK 0 0.96 0.44 0.33
HSL 327.8º 0.92% 0.35% -
HSV(B) 327.8º 0.96% 0.67% -
XYZ 18.94 9.64 11.69 -
YUV 66.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 171 7 95 0 0.96 0.44 0.33 327.8 0.92 0.35
Hex AB 7 5F 0 60 2C 21 148 5C 23
Octal 253 7 137 0 140 54 41 510 134 43
Binary 10101011 111 1011111 0 1100000 101100 100001 101001000 1011100 100011

Color Harmonies of #AB075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB075F

Black with #AB075F

Text Example


Text Example

White with #AB075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB075F; }

 p { color: rgb(171,7,95); }

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

background-color css

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

 a { background-color: rgb(171,7,95); }

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

border-color css

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

 span { border-color: rgb(171,7,95); }

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