Html Css Color HEX #AB076B Jazzberry Jam

📋 copy color: '#AB076B'

red 171 ◦ green 7 ◦ blue 107

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

Shades of Jazzberry Jam #AB076B

Tints of Jazzberry Jam #AB076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 60%
G = 2.46%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB076B (or 0xAB076B) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 6B. RGB value is (171,7,107). Sum of RGB (Red+Green+Blue) = 171+7+107=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB076B is #54F894. Grayscale: #434343. Windows color (decimal): -5568661 or 7014315. OLE color: 7014315.

HSL color Cylindrical-coordinate representation of color #AB076B: hue angle of 323.41º 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 #AB076B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 107 -
CMYK 0 0.96 0.37 0.33
HSL 323.41º 0.92% 0.35% -
HSV(B) 323.41º 0.96% 0.67% -
XYZ 19.52 9.87 14.79 -
YUV 67.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 171 7 107 0 0.96 0.37 0.33 323.41 0.92 0.35
Hex AB 7 6B 0 60 25 21 143 5C 23
Octal 253 7 153 0 140 45 41 503 134 43
Binary 10101011 111 1101011 0 1100000 100101 100001 101000011 1011100 100011

Color Harmonies of #AB076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB076B

Black with #AB076B

Text Example


Text Example

White with #AB076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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