Html Css Color HEX #AB064F Jazzberry Jam

📋 copy color: '#AB064F'

red 171 ◦ green 6 ◦ blue 79

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

Shades of Jazzberry Jam #AB064F

Tints of Jazzberry Jam #AB064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 66.8%
G = 2.34%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB064F (or 0xAB064F) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 4F. RGB value is (171,6,79). Sum of RGB (Red+Green+Blue) = 171+6+79=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB064F is #54F9B0. Grayscale: #3F3F3F. Windows color (decimal): -5568945 or 5179051. OLE color: 5179051.

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

Color convert

RGB 171 6 79 -
CMYK 0 0.96 0.54 0.33
HSL 333.45º 0.93% 0.35% -
HSV(B) 333.45º 0.96% 0.67% -
XYZ 18.27 9.35 8.24 -
YUV 63.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 171 6 79 0 0.96 0.54 0.33 333.45 0.93 0.35
Hex AB 6 4F 0 60 36 21 14D 5D 23
Octal 253 6 117 0 140 66 41 515 135 43
Binary 10101011 110 1001111 0 1100000 110110 100001 101001101 1011101 100011

Color Harmonies of #AB064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB064F

Black with #AB064F

Text Example


Text Example

White with #AB064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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