Html Css Color HEX #AB095F Jazzberry Jam

📋 copy color: '#AB095F'

red 171 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #AB095F

Tints of Jazzberry Jam #AB095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 62.18%
G = 3.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB095F (or 0xAB095F) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 5F. RGB value is (171,9,95). Sum of RGB (Red+Green+Blue) = 171+9+95=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB095F is #54F6A0. Grayscale: #434343. Windows color (decimal): -5568161 or 6228395. OLE color: 6228395.

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

Color convert

RGB 171 9 95 -
CMYK 0 0.95 0.44 0.33
HSL 328.15º 0.9% 0.35% -
HSV(B) 328.15º 0.95% 0.67% -
XYZ 18.96 9.68 11.7 -
YUV 67.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 171 9 95 0 0.95 0.44 0.33 328.15 0.9 0.35
Hex AB 9 5F 0 5F 2C 21 148 5A 23
Octal 253 11 137 0 137 54 41 510 132 43
Binary 10101011 1001 1011111 0 1011111 101100 100001 101001000 1011010 100011

Color Harmonies of #AB095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB095F

Black with #AB095F

Text Example


Text Example

White with #AB095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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