Html Css Color HEX #AB0647 Jazzberry Jam

📋 copy color: '#AB0647'

red 171 ◦ green 6 ◦ blue 71

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

Shades of Jazzberry Jam #AB0647

Tints of Jazzberry Jam #AB0647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 68.95%
G = 2.42%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB0647 (or 0xAB0647) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 47. RGB value is (171,6,71). Sum of RGB (Red+Green+Blue) = 171+6+71=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0647 is #54F9B8. Grayscale: #3E3E3E. Windows color (decimal): -5568953 or 4654763. OLE color: 4654763.

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

Color convert

RGB 171 6 71 -
CMYK 0 0.96 0.58 0.33
HSL 336.36º 0.93% 0.35% -
HSV(B) 336.36º 0.96% 0.67% -
XYZ 18 9.24 6.8 -
YUV 62.75 132.66 205.21 -
System Red Green Blue C M Y K H S L
Decimal 171 6 71 0 0.96 0.58 0.33 336.36 0.93 0.35
Hex AB 6 47 0 60 3A 21 150 5D 23
Octal 253 6 107 0 140 72 41 520 135 43
Binary 10101011 110 1000111 0 1100000 111010 100001 101010000 1011101 100011

Color Harmonies of #AB0647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0647

Black with #AB0647

Text Example


Text Example

White with #AB0647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0647; }

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

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

background-color css

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

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

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

border-color css

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

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

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