Html Css Color HEX #AB206D Jazzberry Jam

📋 copy color: '#AB206D'

red 171 ◦ green 32 ◦ blue 109

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

Shades of Jazzberry Jam #AB206D

Tints of Jazzberry Jam #AB206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 54.81%
G = 10.26%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB206D (or 0xAB206D) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 6D. RGB value is (171,32,109). Sum of RGB (Red+Green+Blue) = 171+32+109=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB206D is #54DF92. Grayscale: #525252. Windows color (decimal): -5562259 or 7151787. OLE color: 7151787.

HSL color Cylindrical-coordinate representation of color #AB206D: hue angle of 326.76º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB206D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 109 -
CMYK 0 0.81 0.36 0.33
HSL 326.76º 0.68% 0.4% -
HSV(B) 326.76º 0.81% 0.67% -
XYZ 20.07 10.8 15.49 -
YUV 82.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 171 32 109 0 0.81 0.36 0.33 326.76 0.68 0.4
Hex AB 20 6D 0 51 24 21 147 44 28
Octal 253 40 155 0 121 44 41 507 104 50
Binary 10101011 100000 1101101 0 1010001 100100 100001 101000111 1000100 101000

Color Harmonies of #AB206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB206D

Black with #AB206D

Text Example


Text Example

White with #AB206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB206D; }

 p { color: rgb(171,32,109); }

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

background-color css

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

 a { background-color: rgb(171,32,109); }

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

border-color css

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

 span { border-color: rgb(171,32,109); }

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