Html Css Color HEX #AB206F Jazzberry Jam

📋 copy color: '#AB206F'

red 171 ◦ green 32 ◦ blue 111

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

Shades of Jazzberry Jam #AB206F

Tints of Jazzberry Jam #AB206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 54.46%
G = 10.19%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB206F (or 0xAB206F) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 6F. RGB value is (171,32,111). Sum of RGB (Red+Green+Blue) = 171+32+111=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB206F is #54DF90. Grayscale: #525252. Windows color (decimal): -5562257 or 7282859. OLE color: 7282859.

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

Color convert

RGB 171 32 111 -
CMYK 0 0.81 0.35 0.33
HSL 325.9º 0.68% 0.4% -
HSV(B) 325.9º 0.81% 0.67% -
XYZ 20.18 10.84 16.07 -
YUV 82.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 171 32 111 0 0.81 0.35 0.33 325.9 0.68 0.4
Hex AB 20 6F 0 51 23 21 146 44 28
Octal 253 40 157 0 121 43 41 506 104 50
Binary 10101011 100000 1101111 0 1010001 100011 100001 101000110 1000100 101000

Color Harmonies of #AB206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB206F

Black with #AB206F

Text Example


Text Example

White with #AB206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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