Html Css Color HEX #AF206C Jazzberry Jam

📋 copy color: '#AF206C'

red 175 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #AF206C

Tints of Jazzberry Jam #AF206C

RGB

 RED value IS 175 (68.75% from 255) = 55.56%

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 55.56%
G = 10.16%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF206C (or 0xAF206C) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 6C. RGB value is (175,32,108). Sum of RGB (Red+Green+Blue) = 175+32+108=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206C is #50DF93. Grayscale: #535353. Windows color (decimal): -5300116 or 7086255. OLE color: 7086255.

HSL color Cylindrical-coordinate representation of color #AF206C: hue angle of 328.11º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF206C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 108 -
CMYK 0 0.82 0.38 0.31
HSL 328.11º 0.69% 0.41% -
HSV(B) 328.11º 0.82% 0.69% -
XYZ 20.9 11.23 15.25 -
YUV 83.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 175 32 108 0 0.82 0.38 0.31 328.11 0.69 0.41
Hex AF 20 6C 0 52 26 1F 148 45 29
Octal 257 40 154 0 122 46 37 510 105 51
Binary 10101111 100000 1101100 0 1010010 100110 11111 101001000 1000101 101001

Color Harmonies of #AF206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF206C

Black with #AF206C

Text Example


Text Example

White with #AF206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF206C; }

 p { color: rgb(175,32,108); }

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

background-color css

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

 a { background-color: rgb(175,32,108); }

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

border-color css

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

 span { border-color: rgb(175,32,108); }

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