Html Css Color HEX #AB065B Jazzberry Jam

📋 copy color: '#AB065B'

red 171 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #AB065B

Tints of Jazzberry Jam #AB065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.24%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 63.81%
G = 2.24%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB065B (or 0xAB065B) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 5B. RGB value is (171,6,91). Sum of RGB (Red+Green+Blue) = 171+6+91=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB065B is #54F9A4. Grayscale: #404040. Windows color (decimal): -5568933 or 5965483. OLE color: 5965483.

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

Color convert

RGB 171 6 91 -
CMYK 0 0.96 0.47 0.33
HSL 329.09º 0.93% 0.35% -
HSV(B) 329.09º 0.96% 0.67% -
XYZ 18.75 9.54 10.75 -
YUV 65.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 171 6 91 0 0.96 0.47 0.33 329.09 0.93 0.35
Hex AB 6 5B 0 60 2F 21 149 5D 23
Octal 253 6 133 0 140 57 41 511 135 43
Binary 10101011 110 1011011 0 1100000 101111 100001 101001001 1011101 100011

Color Harmonies of #AB065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB065B

Black with #AB065B

Text Example


Text Example

White with #AB065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB065B; }

 p { color: rgb(171,6,91); }

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

background-color css

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

 a { background-color: rgb(171,6,91); }

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

border-color css

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

 span { border-color: rgb(171,6,91); }

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